Struct bevy_dioxus_core::EmptyGlobalState
source · [−]pub struct EmptyGlobalState;
Expand description
Placeholder
Trait Implementations
sourceimpl GlobalStateHandler for EmptyGlobalState
impl GlobalStateHandler for EmptyGlobalState
Auto Trait Implementations
impl RefUnwindSafe for EmptyGlobalState
impl Send for EmptyGlobalState
impl Sync for EmptyGlobalState
impl Unpin for EmptyGlobalState
impl UnwindSafe for EmptyGlobalState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more