pub struct EmptyGlobalState;Expand description
Placeholder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyGlobalState
impl RefUnwindSafe for EmptyGlobalState
impl Send for EmptyGlobalState
impl Sync for EmptyGlobalState
impl Unpin for EmptyGlobalState
impl UnwindSafe for EmptyGlobalState
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