pub struct exception { /* private fields */ }Trait Implementations§
Source§impl ExternType for exception
impl ExternType for exception
Source§impl MakeCppStorage for exception
impl MakeCppStorage for exception
impl UniquePtrTarget for exception
impl VectorElement for exception
impl WeakPtrTarget for exception
Auto Trait Implementations§
impl !Freeze for exception
impl !RefUnwindSafe for exception
impl !Send for exception
impl !Sync for exception
impl !Unpin for exception
impl UnsafeUnpin for exception
impl UnwindSafe for 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