pub struct CustomErrors { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CustomErrors
impl RefUnwindSafe for CustomErrors
impl Send for CustomErrors
impl Sync for CustomErrors
impl Unpin for CustomErrors
impl UnwindSafe for CustomErrors
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