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