pub struct ModuleHandler { /* private fields */ }
Expand description
Module handler for managing Redis modules
Implementations§
Source§impl ModuleHandler
impl ModuleHandler
Auto Trait Implementations§
impl Freeze for ModuleHandler
impl !RefUnwindSafe for ModuleHandler
impl Send for ModuleHandler
impl Sync for ModuleHandler
impl Unpin for ModuleHandler
impl !UnwindSafe for ModuleHandler
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