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