Struct ys_core::LocalObjectStore
source · pub struct LocalObjectStore { /* private fields */ }
Expand description
本地文件系统对象储存
Implementations§
Trait Implementations§
source§impl Clone for LocalObjectStore
impl Clone for LocalObjectStore
source§fn clone(&self) -> LocalObjectStore
fn clone(&self) -> LocalObjectStore
Returns a copy 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 moresource§impl Debug for LocalObjectStore
impl Debug for LocalObjectStore
source§impl InsertJson for LocalObjectStore
impl InsertJson for LocalObjectStore
source§impl ObjectStore for LocalObjectStore
impl ObjectStore for LocalObjectStore
Auto Trait Implementations§
impl Freeze for LocalObjectStore
impl RefUnwindSafe for LocalObjectStore
impl Send for LocalObjectStore
impl Sync for LocalObjectStore
impl Unpin for LocalObjectStore
impl UnwindSafe for LocalObjectStore
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