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