pub struct SScanOptions { /* private fields */ }
Expand description
Options for the sscan
command
Implementations§
Source§impl SScanOptions
impl SScanOptions
Trait Implementations§
Source§impl Default for SScanOptions
impl Default for SScanOptions
Source§fn default() -> SScanOptions
fn default() -> SScanOptions
Returns the “default value” for a type. Read more
Source§impl ToArgs for SScanOptions
impl ToArgs for SScanOptions
Source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more
Auto Trait Implementations§
impl Freeze for SScanOptions
impl RefUnwindSafe for SScanOptions
impl Send for SScanOptions
impl Sync for SScanOptions
impl Unpin for SScanOptions
impl UnwindSafe for SScanOptions
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