Struct ntex_redis::cmd::commands::KeysPatternCommand
source · pub struct KeysPatternCommand(/* private fields */);
Trait Implementations§
source§impl Command for KeysPatternCommand
impl Command for KeysPatternCommand
§type Output = Vec<ByteString>
type Output = Vec<ByteString>
Command output type
source§fn to_request(self) -> Request
fn to_request(self) -> Request
Convert command to a redis request
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