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