pub struct Gum;
Expand description
Context required for instantiation of all structures under the Gum namespace.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gum
impl RefUnwindSafe for Gum
impl Send for Gum
impl Sync for Gum
impl Unpin for Gum
impl UnwindSafe for Gum
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