pub struct MemorixCacheOptions {
pub ttl: Option<String>,
pub extend_on_get: Option<String>,
}
Fields§
§ttl: Option<String>
§extend_on_get: Option<String>
Trait Implementations§
Source§impl Clone for MemorixCacheOptions
impl Clone for MemorixCacheOptions
Source§fn clone(&self) -> MemorixCacheOptions
fn clone(&self) -> MemorixCacheOptions
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 moreAuto Trait Implementations§
impl Freeze for MemorixCacheOptions
impl RefUnwindSafe for MemorixCacheOptions
impl Send for MemorixCacheOptions
impl Sync for MemorixCacheOptions
impl Unpin for MemorixCacheOptions
impl UnwindSafe for MemorixCacheOptions
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