pub struct PosMaintStatus;Expand description
PosMaintStatus (722).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PosMaintStatus
impl RefUnwindSafe for PosMaintStatus
impl Send for PosMaintStatus
impl Sync for PosMaintStatus
impl Unpin for PosMaintStatus
impl UnsafeUnpin for PosMaintStatus
impl UnwindSafe for PosMaintStatus
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