pub struct CachingOptions {
pub keys: String,
pub rows_per_partition: String,
}Expand description
Caching options
Fields§
§keys: StringKeys cache setting
rows_per_partition: StringRows cache setting
Trait Implementations§
Source§impl Clone for CachingOptions
impl Clone for CachingOptions
Source§fn clone(&self) -> CachingOptions
fn clone(&self) -> CachingOptions
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 CachingOptions
impl Debug for CachingOptions
Source§impl<'de> Deserialize<'de> for CachingOptions
impl<'de> Deserialize<'de> for CachingOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CachingOptions
impl RefUnwindSafe for CachingOptions
impl Send for CachingOptions
impl Sync for CachingOptions
impl Unpin for CachingOptions
impl UnsafeUnpin for CachingOptions
impl UnwindSafe for CachingOptions
Blanket Implementations§
impl<T> Allocation for T
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