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