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