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