Fields
keyspace: Option<Tag<Name>>name: Tag<Name>Trait Implementations
sourceimpl Clone for TaggedKeyspaceQualifiedName
impl Clone for TaggedKeyspaceQualifiedName
sourcefn clone(&self) -> TaggedKeyspaceQualifiedName
fn clone(&self) -> TaggedKeyspaceQualifiedName
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 TaggedKeyspaceQualifiedName
impl<'a> CustomToTokens<'a> for TaggedKeyspaceQualifiedName
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for TaggedKeyspaceQualifiedName
impl Debug for TaggedKeyspaceQualifiedName
sourceimpl FromStr for TaggedKeyspaceQualifiedName
impl FromStr for TaggedKeyspaceQualifiedName
sourceimpl Hash for TaggedKeyspaceQualifiedName
impl Hash for TaggedKeyspaceQualifiedName
sourceimpl Ord for TaggedKeyspaceQualifiedName
impl Ord for TaggedKeyspaceQualifiedName
sourceimpl Parse for TaggedKeyspaceQualifiedName
impl Parse for TaggedKeyspaceQualifiedName
type Output = TaggedKeyspaceQualifiedName
fn parse(s: &mut StatementStream<'_>) -> Result<Self>
sourceimpl PartialEq<TaggedKeyspaceQualifiedName> for TaggedKeyspaceQualifiedName
impl PartialEq<TaggedKeyspaceQualifiedName> for TaggedKeyspaceQualifiedName
sourcefn eq(&self, other: &TaggedKeyspaceQualifiedName) -> bool
fn eq(&self, other: &TaggedKeyspaceQualifiedName) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TaggedKeyspaceQualifiedName) -> bool
fn ne(&self, other: &TaggedKeyspaceQualifiedName) -> bool
This method tests for !=.
sourceimpl PartialOrd<TaggedKeyspaceQualifiedName> for TaggedKeyspaceQualifiedName
impl PartialOrd<TaggedKeyspaceQualifiedName> for TaggedKeyspaceQualifiedName
sourcefn partial_cmp(&self, other: &TaggedKeyspaceQualifiedName) -> Option<Ordering>
fn partial_cmp(&self, other: &TaggedKeyspaceQualifiedName) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
sourceimpl ToTokens for TaggedKeyspaceQualifiedName
impl ToTokens for TaggedKeyspaceQualifiedName
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
impl Eq for TaggedKeyspaceQualifiedName
impl StructuralEq for TaggedKeyspaceQualifiedName
impl StructuralPartialEq for TaggedKeyspaceQualifiedName
Auto Trait Implementations
impl RefUnwindSafe for TaggedKeyspaceQualifiedName
impl Send for TaggedKeyspaceQualifiedName
impl Sync for TaggedKeyspaceQualifiedName
impl Unpin for TaggedKeyspaceQualifiedName
impl UnwindSafe for TaggedKeyspaceQualifiedName
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