Struct Susp
#[repr(transparent)]pub struct Susp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Susp
impl Susp
pub const NOTSUSPENDED: Self
pub const NOTSUSPENDED: Self
Transfer not suspended
pub const SUSPENDED: Self
pub const SUSPENDED: Self
Transfer suspended
Trait Implementations§
§impl Ord for Susp
impl Ord for Susp
§impl PartialOrd for Susp
impl PartialOrd for Susp
impl Copy for Susp
impl Eq for Susp
impl StructuralPartialEq for Susp
Auto Trait Implementations§
impl Freeze for Susp
impl RefUnwindSafe for Susp
impl Send for Susp
impl Sync for Susp
impl Unpin for Susp
impl UnwindSafe for Susp
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