Struct scylladb_parse::KeyspaceQualifiedName
source · [−]Fields
keyspace: Option<Name>name: NameTrait Implementations
sourceimpl Clone for KeyspaceQualifiedName
impl Clone for KeyspaceQualifiedName
sourcefn clone(&self) -> KeyspaceQualifiedName
fn clone(&self) -> KeyspaceQualifiedName
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 KeyspaceQualifiedName
impl<'a> CustomToTokens<'a> for KeyspaceQualifiedName
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for KeyspaceQualifiedName
impl Debug for KeyspaceQualifiedName
sourceimpl Display for KeyspaceQualifiedName
impl Display for KeyspaceQualifiedName
sourceimpl From<&str> for KeyspaceQualifiedName
impl From<&str> for KeyspaceQualifiedName
sourceimpl From<KeyspaceQualifiedName> for FunctionReference
impl From<KeyspaceQualifiedName> for FunctionReference
sourcefn from(name: FunctionName) -> Self
fn from(name: FunctionName) -> Self
Converts to this type from the input type.
sourceimpl From<KeyspaceQualifiedName> for CqlType
impl From<KeyspaceQualifiedName> for CqlType
sourcefn from(original: UserDefinedType) -> CqlType
fn from(original: UserDefinedType) -> CqlType
Converts to this type from the input type.
sourceimpl From<String> for KeyspaceQualifiedName
impl From<String> for KeyspaceQualifiedName
sourceimpl FromStr for KeyspaceQualifiedName
impl FromStr for KeyspaceQualifiedName
sourceimpl Hash for KeyspaceQualifiedName
impl Hash for KeyspaceQualifiedName
sourceimpl Ord for KeyspaceQualifiedName
impl Ord for KeyspaceQualifiedName
sourceimpl Parse for KeyspaceQualifiedName
impl Parse for KeyspaceQualifiedName
type Output = KeyspaceQualifiedName
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<KeyspaceQualifiedName> for KeyspaceQualifiedName
impl PartialEq<KeyspaceQualifiedName> for KeyspaceQualifiedName
sourcefn eq(&self, other: &KeyspaceQualifiedName) -> bool
fn eq(&self, other: &KeyspaceQualifiedName) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &KeyspaceQualifiedName) -> bool
fn ne(&self, other: &KeyspaceQualifiedName) -> bool
This method tests for !=.
sourceimpl PartialOrd<KeyspaceQualifiedName> for KeyspaceQualifiedName
impl PartialOrd<KeyspaceQualifiedName> for KeyspaceQualifiedName
sourcefn partial_cmp(&self, other: &KeyspaceQualifiedName) -> Option<Ordering>
fn partial_cmp(&self, other: &KeyspaceQualifiedName) -> 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 KeyspaceQualifiedName
impl ToTokens for KeyspaceQualifiedName
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 KeyspaceQualifiedName
impl StructuralEq for KeyspaceQualifiedName
impl StructuralPartialEq for KeyspaceQualifiedName
Auto Trait Implementations
impl RefUnwindSafe for KeyspaceQualifiedName
impl Send for KeyspaceQualifiedName
impl Sync for KeyspaceQualifiedName
impl Unpin for KeyspaceQualifiedName
impl UnwindSafe for KeyspaceQualifiedName
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