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