pub struct TaggedKeyspaceOpts {
pub replication: Tag<TaggedReplication>,
pub durable_writes: Option<Tag<bool>>,
}
Fields§
§replication: Tag<TaggedReplication>
§durable_writes: Option<Tag<bool>>
Trait Implementations§
Source§impl Clone for TaggedKeyspaceOpts
impl Clone for TaggedKeyspaceOpts
Source§fn clone(&self) -> TaggedKeyspaceOpts
fn clone(&self) -> TaggedKeyspaceOpts
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 moreSource§impl<'a> CustomToTokens<'a> for TaggedKeyspaceOpts
impl<'a> CustomToTokens<'a> for TaggedKeyspaceOpts
Source§impl Debug for TaggedKeyspaceOpts
impl Debug for TaggedKeyspaceOpts
Source§impl Default for TaggedKeyspaceOpts
impl Default for TaggedKeyspaceOpts
Source§fn default() -> TaggedKeyspaceOpts
fn default() -> TaggedKeyspaceOpts
Returns the “default value” for a type. Read more
Source§impl FromStr for TaggedKeyspaceOpts
impl FromStr for TaggedKeyspaceOpts
Source§impl Parse for TaggedKeyspaceOpts
impl Parse for TaggedKeyspaceOpts
type Output = TaggedKeyspaceOpts
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for TaggedKeyspaceOpts
impl PartialEq for TaggedKeyspaceOpts
Source§impl ToTokens for TaggedKeyspaceOpts
impl ToTokens for TaggedKeyspaceOpts
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Source§impl TryFrom<TaggedKeyspaceOpts> for KeyspaceOpts
impl TryFrom<TaggedKeyspaceOpts> for KeyspaceOpts
impl Eq for TaggedKeyspaceOpts
impl StructuralPartialEq for TaggedKeyspaceOpts
Auto Trait Implementations§
impl Freeze for TaggedKeyspaceOpts
impl RefUnwindSafe for TaggedKeyspaceOpts
impl Send for TaggedKeyspaceOpts
impl Sync for TaggedKeyspaceOpts
impl Unpin for TaggedKeyspaceOpts
impl UnwindSafe for TaggedKeyspaceOpts
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