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