Struct ys_core::MemoryObjectStore
source · pub struct MemoryObjectStore { /* private fields */ }
Expand description
内存对象库
Implementations§
Trait Implementations§
source§impl Clone for MemoryObjectStore
impl Clone for MemoryObjectStore
source§fn clone(&self) -> MemoryObjectStore
fn clone(&self) -> MemoryObjectStore
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 MemoryObjectStore
impl Debug for MemoryObjectStore
source§impl ObjectStore for MemoryObjectStore
impl ObjectStore for MemoryObjectStore
type Error = Infallible
Auto Trait Implementations§
impl Freeze for MemoryObjectStore
impl RefUnwindSafe for MemoryObjectStore
impl Send for MemoryObjectStore
impl Sync for MemoryObjectStore
impl Unpin for MemoryObjectStore
impl UnwindSafe for MemoryObjectStore
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