Struct redis_driver::SortOptions
source · pub struct SortOptions { /* private fields */ }
Expand description
Options for the sort
command
Implementations
Trait Implementations
sourceimpl Default for SortOptions
impl Default for SortOptions
sourcefn default() -> SortOptions
fn default() -> SortOptions
Returns the “default value” for a type. Read more
sourceimpl IntoArgs for SortOptions
impl IntoArgs for SortOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for SortOptions
impl Send for SortOptions
impl Sync for SortOptions
impl Unpin for SortOptions
impl UnwindSafe for SortOptions
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