pub struct RwuR { /* private fields */ }
Expand description
Value of the field RWU
Implementations§
Auto Trait Implementations§
impl Freeze for RwuR
impl RefUnwindSafe for RwuR
impl Send for RwuR
impl Sync for RwuR
impl Unpin for RwuR
impl UnwindSafe for RwuR
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