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