Struct MdmSessionState
#[repr(transparent)]pub struct MdmSessionState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MdmSessionState
impl MdmSessionState
pub const NotStarted: Self = _
pub const Starting: Self = _
pub const Connecting: Self = _
pub const Communicating: Self = _
pub const AlertStatusAvailable: Self = _
pub const Retrying: Self = _
pub const Completed: Self = _
Trait Implementations§
§impl Clone for MdmSessionState
impl Clone for MdmSessionState
§fn clone(&self) -> MdmSessionState
fn clone(&self) -> MdmSessionState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MdmSessionState
impl Debug for MdmSessionState
§impl Default for MdmSessionState
impl Default for MdmSessionState
§fn default() -> MdmSessionState
fn default() -> MdmSessionState
Returns the “default value” for a type. Read more
§impl PartialEq for MdmSessionState
impl PartialEq for MdmSessionState
impl Copy for MdmSessionState
impl Eq for MdmSessionState
impl StructuralPartialEq for MdmSessionState
Auto Trait Implementations§
impl Freeze for MdmSessionState
impl RefUnwindSafe for MdmSessionState
impl Send for MdmSessionState
impl Sync for MdmSessionState
impl Unpin for MdmSessionState
impl UnwindSafe for MdmSessionState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more