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