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