Enum scylladb_parse::IndexQualifier
source · [−]pub enum IndexQualifier {
Keys,
Values,
Entries,
Full,
}Variants
Keys
Values
Entries
Full
Trait Implementations
sourceimpl Clone for IndexQualifier
impl Clone for IndexQualifier
sourcefn clone(&self) -> IndexQualifier
fn clone(&self) -> IndexQualifier
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 IndexQualifier
impl<'a> CustomToTokens<'a> for IndexQualifier
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for IndexQualifier
impl Debug for IndexQualifier
sourceimpl Display for IndexQualifier
impl Display for IndexQualifier
sourceimpl FromStr for IndexQualifier
impl FromStr for IndexQualifier
sourceimpl Parse for IndexQualifier
impl Parse for IndexQualifier
type Output = IndexQualifier
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<IndexQualifier> for IndexQualifier
impl PartialEq<IndexQualifier> for IndexQualifier
sourceimpl ToTokens for IndexQualifier
impl ToTokens for IndexQualifier
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 IndexQualifier
impl StructuralEq for IndexQualifier
impl StructuralPartialEq for IndexQualifier
Auto Trait Implementations
impl RefUnwindSafe for IndexQualifier
impl Send for IndexQualifier
impl Sync for IndexQualifier
impl Unpin for IndexQualifier
impl UnwindSafe for IndexQualifier
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