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