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