pub struct ErrorTypeComponent;Auto Trait Implementations§
impl Freeze for ErrorTypeComponent
impl RefUnwindSafe for ErrorTypeComponent
impl Send for ErrorTypeComponent
impl Sync for ErrorTypeComponent
impl Unpin for ErrorTypeComponent
impl UnwindSafe for ErrorTypeComponent
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