Struct redis_driver::KeySpecification
source · [−]pub struct KeySpecification {
pub begin_search: BeginSearch,
pub find_keys: FindKeys,
pub flags: Vec<String>,
pub notes: String,
}
Expand description
Key specifications of a command for the command
command.
Fields
begin_search: BeginSearch
find_keys: FindKeys
flags: Vec<String>
notes: String
Trait Implementations
sourceimpl Debug for KeySpecification
impl Debug for KeySpecification
Auto Trait Implementations
impl RefUnwindSafe for KeySpecification
impl Send for KeySpecification
impl Sync for KeySpecification
impl Unpin for KeySpecification
impl UnwindSafe for KeySpecification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more