pub struct UpCommand { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for UpCommand
impl !RefUnwindSafe for UpCommand
impl Send for UpCommand
impl Sync for UpCommand
impl Unpin for UpCommand
impl UnsafeUnpin for UpCommand
impl !UnwindSafe for UpCommand
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