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