pub struct AnonymousMemoryCache { /* private fields */ }
Expand description
Builder for the AnonymousMemoryCache
operation.
Implementations§
Trait Implementations§
Source§impl Debug for AnonymousMemoryCache
impl Debug for AnonymousMemoryCache
Source§impl Default for AnonymousMemoryCache
impl Default for AnonymousMemoryCache
Source§fn default() -> AnonymousMemoryCache
fn default() -> AnonymousMemoryCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AnonymousMemoryCache
impl RefUnwindSafe for AnonymousMemoryCache
impl Send for AnonymousMemoryCache
impl Sync for AnonymousMemoryCache
impl Unpin for AnonymousMemoryCache
impl UnwindSafe for AnonymousMemoryCache
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