pub struct State<T> {
pub value: Option<T>,
}
Fields§
§value: Option<T>
Trait Implementations§
Source§impl<T: 'static> StaticRefDefault for State<T>
impl<T: 'static> StaticRefDefault for State<T>
const STATIC_REF_DEFAULT: &'static Self
impl<T> StructuralPartialEq for State<T>
Auto Trait Implementations§
impl<T> Freeze for State<T>where
T: Freeze,
impl<T> RefUnwindSafe for State<T>where
T: RefUnwindSafe,
impl<T> Send for State<T>where
T: Send,
impl<T> Sync for State<T>where
T: Sync,
impl<T> Unpin for State<T>where
T: Unpin,
impl<T> UnwindSafe for State<T>where
T: UnwindSafe,
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