pub enum ErrorHandlingOffset {}Auto Trait Implementations§
impl Freeze for ErrorHandlingOffset
impl RefUnwindSafe for ErrorHandlingOffset
impl Send for ErrorHandlingOffset
impl Sync for ErrorHandlingOffset
impl Unpin for ErrorHandlingOffset
impl UnsafeUnpin for ErrorHandlingOffset
impl UnwindSafe for ErrorHandlingOffset
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