pub struct TaggedKeyspaceOptsBuilder { /* private fields */ }
Expand description
Builder for TaggedKeyspaceOpts
.
Implementations§
Source§impl TaggedKeyspaceOptsBuilder
impl TaggedKeyspaceOptsBuilder
pub fn replication(&mut self, value: Tag<TaggedReplication>) -> &mut Self
pub fn durable_writes(&mut self, value: Tag<bool>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<TaggedKeyspaceOpts, TaggedKeyspaceOptsBuilderError>
pub fn build( &self, ) -> Result<TaggedKeyspaceOpts, TaggedKeyspaceOptsBuilderError>
Trait Implementations§
Source§impl Clone for TaggedKeyspaceOptsBuilder
impl Clone for TaggedKeyspaceOptsBuilder
Source§fn clone(&self) -> TaggedKeyspaceOptsBuilder
fn clone(&self) -> TaggedKeyspaceOptsBuilder
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 TaggedKeyspaceOptsBuilder
impl RefUnwindSafe for TaggedKeyspaceOptsBuilder
impl Send for TaggedKeyspaceOptsBuilder
impl Sync for TaggedKeyspaceOptsBuilder
impl Unpin for TaggedKeyspaceOptsBuilder
impl UnwindSafe for TaggedKeyspaceOptsBuilder
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