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