pub struct CachingBuilder { /* private fields */ }
Expand description
Builder for Caching
.
Implementations§
Source§impl CachingBuilder
impl CachingBuilder
pub fn keys(&mut self, value: Keys) -> &mut Self
pub fn rows_per_partition(&mut self, value: RowsPerPartition) -> &mut Self
Trait Implementations§
Source§impl Clone for CachingBuilder
impl Clone for CachingBuilder
Source§fn clone(&self) -> CachingBuilder
fn clone(&self) -> CachingBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for CachingBuilder
impl RefUnwindSafe for CachingBuilder
impl Send for CachingBuilder
impl Sync for CachingBuilder
impl Unpin for CachingBuilder
impl UnwindSafe for CachingBuilder
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