pub struct CommandFilter { /* private fields */ }
Implementations§
Source§impl CommandFilter
CommandFilter is a wrapper around the RedisModuleCommandFilter pointer
impl CommandFilter
CommandFilter is a wrapper around the RedisModuleCommandFilter pointer
It provides a way to check if the filter is null and to create a new CommandFilter
Trait Implementations§
Source§impl Clone for CommandFilter
impl Clone for CommandFilter
Source§fn clone(&self) -> CommandFilter
fn clone(&self) -> CommandFilter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CommandFilter
impl Debug for CommandFilter
impl Copy for CommandFilter
impl Send for CommandFilter
impl Sync for CommandFilter
Auto Trait Implementations§
impl Freeze for CommandFilter
impl RefUnwindSafe for CommandFilter
impl Unpin for CommandFilter
impl UnwindSafe for CommandFilter
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