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 Clone for KeySpecification
impl Clone for KeySpecification
sourcefn clone(&self) -> KeySpecification
fn clone(&self) -> KeySpecification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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