pub struct Rmp<T, const R: u8>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<T, const R: u8> Freeze for Rmp<T, R>where
T: Freeze,
impl<T, const R: u8> RefUnwindSafe for Rmp<T, R>where
T: RefUnwindSafe,
impl<T, const R: u8> Send for Rmp<T, R>where
T: Send,
impl<T, const R: u8> Sync for Rmp<T, R>where
T: Sync,
impl<T, const R: u8> Unpin for Rmp<T, R>where
T: Unpin,
impl<T, const R: u8> UnwindSafe for Rmp<T, R>where
T: UnwindSafe,
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