Struct embedded_redis::commands::helpers::CmdBytes
source · pub struct CmdBytes { /* private fields */ }
Expand description
Helper for casting Bytes to frames
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CmdBytes
impl Send for CmdBytes
impl Sync for CmdBytes
impl Unpin for CmdBytes
impl UnwindSafe for CmdBytes
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