#[repr(C)]pub struct std_exception {
pub vtable_: *const std_exception__bindgen_vtable,
}Fields§
§vtable_: *const std_exception__bindgen_vtableTrait Implementations§
Auto Trait Implementations§
impl Freeze for std_exception
impl RefUnwindSafe for std_exception
impl !Send for std_exception
impl !Sync for std_exception
impl Unpin for std_exception
impl UnwindSafe for std_exception
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