#[repr(C)]pub struct UnwAccessors;Auto Trait Implementations§
impl Freeze for UnwAccessors
impl RefUnwindSafe for UnwAccessors
impl Send for UnwAccessors
impl Sync for UnwAccessors
impl Unpin for UnwAccessors
impl UnsafeUnpin for UnwAccessors
impl UnwindSafe for UnwAccessors
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