Struct scylladb_parse::TaggedKeyspaceOpts
source · [−]pub struct TaggedKeyspaceOpts {
pub replication: Tag<TaggedReplication>,
pub durable_writes: Option<Tag<bool>>,
}Fields
replication: Tag<TaggedReplication>durable_writes: Option<Tag<bool>>Trait Implementations
sourceimpl Clone for TaggedKeyspaceOpts
impl Clone for TaggedKeyspaceOpts
sourcefn clone(&self) -> TaggedKeyspaceOpts
fn clone(&self) -> TaggedKeyspaceOpts
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
sourceimpl<'a> CustomToTokens<'a> for TaggedKeyspaceOpts
impl<'a> CustomToTokens<'a> for TaggedKeyspaceOpts
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for TaggedKeyspaceOpts
impl Debug for TaggedKeyspaceOpts
sourceimpl Default for TaggedKeyspaceOpts
impl Default for TaggedKeyspaceOpts
sourcefn default() -> TaggedKeyspaceOpts
fn default() -> TaggedKeyspaceOpts
Returns the “default value” for a type. Read more
sourceimpl FromStr for TaggedKeyspaceOpts
impl FromStr for TaggedKeyspaceOpts
sourceimpl Parse for TaggedKeyspaceOpts
impl Parse for TaggedKeyspaceOpts
type Output = TaggedKeyspaceOpts
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<TaggedKeyspaceOpts> for TaggedKeyspaceOpts
impl PartialEq<TaggedKeyspaceOpts> for TaggedKeyspaceOpts
sourcefn eq(&self, other: &TaggedKeyspaceOpts) -> bool
fn eq(&self, other: &TaggedKeyspaceOpts) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TaggedKeyspaceOpts) -> bool
fn ne(&self, other: &TaggedKeyspaceOpts) -> bool
This method tests for !=.
sourceimpl ToTokens for TaggedKeyspaceOpts
impl ToTokens for TaggedKeyspaceOpts
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Write self to the given TokenStream. Read more
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourceimpl TryFrom<TaggedKeyspaceOpts> for KeyspaceOpts
impl TryFrom<TaggedKeyspaceOpts> for KeyspaceOpts
impl Eq for TaggedKeyspaceOpts
impl StructuralEq for TaggedKeyspaceOpts
impl StructuralPartialEq for TaggedKeyspaceOpts
Auto Trait Implementations
impl RefUnwindSafe for TaggedKeyspaceOpts
impl Send for TaggedKeyspaceOpts
impl Sync for TaggedKeyspaceOpts
impl Unpin for TaggedKeyspaceOpts
impl UnwindSafe for TaggedKeyspaceOpts
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