Struct scylladb_parse::ListLiteral
source · [−]Fields
elements: Vec<Term>Trait Implementations
sourceimpl Clone for ListLiteral
impl Clone for ListLiteral
sourcefn clone(&self) -> ListLiteral
fn clone(&self) -> ListLiteral
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 ListLiteral
impl<'a> CustomToTokens<'a> for ListLiteral
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for ListLiteral
impl Debug for ListLiteral
sourceimpl Display for ListLiteral
impl Display for ListLiteral
sourceimpl FromStr for ListLiteral
impl FromStr for ListLiteral
sourceimpl Hash for ListLiteral
impl Hash for ListLiteral
sourceimpl Ord for ListLiteral
impl Ord for ListLiteral
sourceimpl Parse for ListLiteral
impl Parse for ListLiteral
type Output = ListLiteral
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<ListLiteral> for ListLiteral
impl PartialEq<ListLiteral> for ListLiteral
sourcefn eq(&self, other: &ListLiteral) -> bool
fn eq(&self, other: &ListLiteral) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ListLiteral) -> bool
fn ne(&self, other: &ListLiteral) -> bool
This method tests for !=.
sourceimpl PartialOrd<ListLiteral> for ListLiteral
impl PartialOrd<ListLiteral> for ListLiteral
sourcefn partial_cmp(&self, other: &ListLiteral) -> Option<Ordering>
fn partial_cmp(&self, other: &ListLiteral) -> 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 ListLiteral
impl ToTokens for ListLiteral
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 ListLiteral
impl StructuralEq for ListLiteral
impl StructuralPartialEq for ListLiteral
Auto Trait Implementations
impl RefUnwindSafe for ListLiteral
impl Send for ListLiteral
impl Sync for ListLiteral
impl Unpin for ListLiteral
impl UnwindSafe for ListLiteral
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