pub struct InMemoryObjectStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InMemoryObjectStore
impl Clone for InMemoryObjectStore
Source§fn clone(&self) -> InMemoryObjectStore
fn clone(&self) -> InMemoryObjectStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InMemoryObjectStore
impl Debug for InMemoryObjectStore
Source§impl Default for InMemoryObjectStore
impl Default for InMemoryObjectStore
Source§fn default() -> InMemoryObjectStore
fn default() -> InMemoryObjectStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryObjectStore
impl RefUnwindSafe for InMemoryObjectStore
impl Send for InMemoryObjectStore
impl Sync for InMemoryObjectStore
impl Unpin for InMemoryObjectStore
impl UnsafeUnpin for InMemoryObjectStore
impl UnwindSafe for InMemoryObjectStore
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