pub struct Rset;
Expand description
RSET command
Trait Implementations§
impl Copy for Rset
impl Eq for Rset
impl StructuralPartialEq for Rset
Auto Trait Implementations§
impl Freeze for Rset
impl RefUnwindSafe for Rset
impl Send for Rset
impl Sync for Rset
impl Unpin for Rset
impl UnwindSafe for Rset
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