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