Struct gr::shell::BlockingCommand
source · pub struct BlockingCommand;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockingCommand
impl RefUnwindSafe for BlockingCommand
impl Send for BlockingCommand
impl Sync for BlockingCommand
impl Unpin for BlockingCommand
impl UnwindSafe for BlockingCommand
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