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