Struct EmptyState
pub struct EmptyState;Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyState
impl RefUnwindSafe for EmptyState
impl Send for EmptyState
impl Sync for EmptyState
impl Unpin for EmptyState
impl UnwindSafe for EmptyState
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