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