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