pub struct KeysPatternCommand(/* private fields */);
Trait Implementations§
Source§impl Command for KeysPatternCommand
impl Command for KeysPatternCommand
Auto Trait Implementations§
impl Freeze for KeysPatternCommand
impl !RefUnwindSafe for KeysPatternCommand
impl Send for KeysPatternCommand
impl Sync for KeysPatternCommand
impl Unpin for KeysPatternCommand
impl !UnwindSafe for KeysPatternCommand
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