Struct ntex_redis::cmd::commands::KeysPatternCommand
source · pub struct KeysPatternCommand(_);
Trait Implementations§
source§impl Command for KeysPatternCommand
impl Command for KeysPatternCommand
Auto Trait Implementations§
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