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