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