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