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