#[repr(C)]pub struct ContextOptions;Trait Implementations§
Source§impl Debug for ContextOptions
impl Debug for ContextOptions
Source§impl Default for ContextOptions
impl Default for ContextOptions
Source§fn default() -> ContextOptions
fn default() -> ContextOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContextOptions
impl RefUnwindSafe for ContextOptions
impl Send for ContextOptions
impl Sync for ContextOptions
impl Unpin for ContextOptions
impl UnwindSafe for ContextOptions
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