pub struct ValueState<T>(/* private fields */)
where
T: Value;Trait Implementations§
Source§impl<T> Debug for ValueState<T>
impl<T> Debug for ValueState<T>
Source§impl<T> Default for ValueState<T>where
T: Value,
impl<T> Default for ValueState<T>where
T: Value,
Source§fn default() -> ValueState<T>
fn default() -> ValueState<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for ValueState<T>
impl<T> RefUnwindSafe for ValueState<T>where
T: RefUnwindSafe,
impl<T> Send for ValueState<T>
impl<T> Sync for ValueState<T>
impl<T> Unpin for ValueState<T>where
T: Unpin,
impl<T> UnwindSafe for ValueState<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