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