pub struct ExGlobal(/* private fields */);
Auto Trait Implementations§
impl RefUnwindSafe for ExGlobal
impl Send for ExGlobal
impl Sync for ExGlobal
impl Unpin for ExGlobal
impl UnwindSafe for ExGlobal
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