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