Struct scylladb_parse::CachingBuilder
source · [−]pub struct CachingBuilder { /* private fields */ }Expand description
Builder for Caching.
Implementations
sourceimpl 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
sourceimpl Clone for CachingBuilder
impl Clone for CachingBuilder
sourcefn clone(&self) -> CachingBuilder
fn clone(&self) -> CachingBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for CachingBuilder
impl Send for CachingBuilder
impl Sync for CachingBuilder
impl Unpin for CachingBuilder
impl UnwindSafe for CachingBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more