pub struct TaggedMapLiteral {
pub elements: BTreeMap<Tag<Term>, Tag<Term>>,
}
Fields§
§elements: BTreeMap<Tag<Term>, Tag<Term>>
Trait Implementations§
Source§impl Clone for TaggedMapLiteral
impl Clone for TaggedMapLiteral
Source§fn clone(&self) -> TaggedMapLiteral
fn clone(&self) -> TaggedMapLiteral
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 TaggedMapLiteral
impl<'a> CustomToTokens<'a> for TaggedMapLiteral
Source§impl Debug for TaggedMapLiteral
impl Debug for TaggedMapLiteral
Source§impl Display for TaggedMapLiteral
impl Display for TaggedMapLiteral
Source§impl FromStr for TaggedMapLiteral
impl FromStr for TaggedMapLiteral
Source§impl Hash for TaggedMapLiteral
impl Hash for TaggedMapLiteral
Source§impl Ord for TaggedMapLiteral
impl Ord for TaggedMapLiteral
Source§fn cmp(&self, other: &TaggedMapLiteral) -> Ordering
fn cmp(&self, other: &TaggedMapLiteral) -> 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 TaggedMapLiteral
impl Parse for TaggedMapLiteral
Source§impl PartialEq for TaggedMapLiteral
impl PartialEq for TaggedMapLiteral
Source§impl PartialOrd for TaggedMapLiteral
impl PartialOrd for TaggedMapLiteral
Source§impl ToTokens for TaggedMapLiteral
impl ToTokens for TaggedMapLiteral
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<TaggedMapLiteral> for MapLiteral
impl TryFrom<TaggedMapLiteral> for MapLiteral
Source§impl TryFrom<TaggedMapLiteral> for TaggedReplication
impl TryFrom<TaggedMapLiteral> for TaggedReplication
impl Eq for TaggedMapLiteral
impl StructuralPartialEq for TaggedMapLiteral
Auto Trait Implementations§
impl Freeze for TaggedMapLiteral
impl RefUnwindSafe for TaggedMapLiteral
impl Send for TaggedMapLiteral
impl Sync for TaggedMapLiteral
impl Unpin for TaggedMapLiteral
impl UnwindSafe for TaggedMapLiteral
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