pub struct LocalDataStore { /* private fields */ }Expand description
Local data source for “NoCloud”.
Implementations§
Trait Implementations§
Source§impl Clone for LocalDataStore
impl Clone for LocalDataStore
Source§fn clone(&self) -> LocalDataStore
fn clone(&self) -> LocalDataStore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LocalDataStore
impl RefUnwindSafe for LocalDataStore
impl Send for LocalDataStore
impl Sync for LocalDataStore
impl Unpin for LocalDataStore
impl UnsafeUnpin for LocalDataStore
impl UnwindSafe for LocalDataStore
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