#[repr(C)]pub struct MolSanitizeException { /* private fields */ }
Trait Implementations§
source§impl ExternType for MolSanitizeException
impl ExternType for MolSanitizeException
Auto Trait Implementations§
impl Freeze for MolSanitizeException
impl RefUnwindSafe for MolSanitizeException
impl !Send for MolSanitizeException
impl !Sync for MolSanitizeException
impl !Unpin for MolSanitizeException
impl UnwindSafe for MolSanitizeException
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