pub struct ValueStore { /* private fields */ }
Implementations§
Source§impl ValueStore
impl ValueStore
pub fn read<T>(&self, id: T) -> T::Reader<'_>where
T: ValueStoreId,
Trait Implementations§
Source§impl Default for ValueStore
impl Default for ValueStore
Source§fn default() -> ValueStore
fn default() -> ValueStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ValueStore
impl RefUnwindSafe for ValueStore
impl Send for ValueStore
impl Sync for ValueStore
impl Unpin for ValueStore
impl UnwindSafe for ValueStore
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