pub struct DemoContext { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for DemoContext
impl Default for DemoContext
Source§fn default() -> DemoContext
fn default() -> DemoContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DemoContext
impl RefUnwindSafe for DemoContext
impl Send for DemoContext
impl Sync for DemoContext
impl Unpin for DemoContext
impl UnwindSafe for DemoContext
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