pub struct MapLiteral {
pub elements: BTreeMap<Term, Term>,
}
Fields§
§elements: BTreeMap<Term, Term>
Trait Implementations§
Source§impl Clone for MapLiteral
impl Clone for MapLiteral
Source§fn clone(&self) -> MapLiteral
fn clone(&self) -> MapLiteral
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> CustomToTokens<'a> for MapLiteral
impl<'a> CustomToTokens<'a> for MapLiteral
Source§impl Debug for MapLiteral
impl Debug for MapLiteral
Source§impl Display for MapLiteral
impl Display for MapLiteral
Source§impl From<MapLiteral> for StatementOptValue
impl From<MapLiteral> for StatementOptValue
Source§fn from(original: MapLiteral) -> StatementOptValue
fn from(original: MapLiteral) -> StatementOptValue
Converts to this type from the input type.
Source§impl FromStr for MapLiteral
impl FromStr for MapLiteral
Source§impl Hash for MapLiteral
impl Hash for MapLiteral
Source§impl Ord for MapLiteral
impl Ord for MapLiteral
Source§fn cmp(&self, other: &MapLiteral) -> Ordering
fn cmp(&self, other: &MapLiteral) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl Parse for MapLiteral
impl Parse for MapLiteral
type Output = MapLiteral
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for MapLiteral
impl PartialEq for MapLiteral
Source§impl PartialOrd for MapLiteral
impl PartialOrd for MapLiteral
Source§impl ToTokens for MapLiteral
impl ToTokens for MapLiteral
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Source§impl TryFrom<MapLiteral> for Caching
impl TryFrom<MapLiteral> for Caching
Source§impl TryFrom<MapLiteral> for Compaction
impl TryFrom<MapLiteral> for Compaction
Source§impl TryFrom<MapLiteral> for Compression
impl TryFrom<MapLiteral> for Compression
Source§impl TryFrom<TaggedMapLiteral> for MapLiteral
impl TryFrom<TaggedMapLiteral> for MapLiteral
impl Eq for MapLiteral
impl StructuralPartialEq for MapLiteral
Auto Trait Implementations§
impl Freeze for MapLiteral
impl RefUnwindSafe for MapLiteral
impl Send for MapLiteral
impl Sync for MapLiteral
impl Unpin for MapLiteral
impl UnwindSafe for MapLiteral
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more