Struct redis_module::RedisBuffer
source · [−]pub struct RedisBuffer { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for RedisBuffer
impl Debug for RedisBuffer
Auto Trait Implementations
impl RefUnwindSafe for RedisBuffer
impl !Send for RedisBuffer
impl !Sync for RedisBuffer
impl Unpin for RedisBuffer
impl UnwindSafe for RedisBuffer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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