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