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