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