pub struct SetLiteral {
pub elements: BTreeSet<Term>,
}
Fields§
§elements: BTreeSet<Term>
Trait Implementations§
Source§impl Clone for SetLiteral
impl Clone for SetLiteral
Source§fn clone(&self) -> SetLiteral
fn clone(&self) -> SetLiteral
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 SetLiteral
impl<'a> CustomToTokens<'a> for SetLiteral
Source§impl Debug for SetLiteral
impl Debug for SetLiteral
Source§impl Display for SetLiteral
impl Display for SetLiteral
Source§impl FromStr for SetLiteral
impl FromStr for SetLiteral
Source§impl Hash for SetLiteral
impl Hash for SetLiteral
Source§impl Ord for SetLiteral
impl Ord for SetLiteral
Source§fn cmp(&self, other: &SetLiteral) -> Ordering
fn cmp(&self, other: &SetLiteral) -> 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 SetLiteral
impl Parse for SetLiteral
type Output = SetLiteral
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for SetLiteral
impl PartialEq for SetLiteral
Source§impl PartialOrd for SetLiteral
impl PartialOrd for SetLiteral
Source§impl ToTokens for SetLiteral
impl ToTokens for SetLiteral
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,
impl Eq for SetLiteral
impl StructuralPartialEq for SetLiteral
Auto Trait Implementations§
impl Freeze for SetLiteral
impl RefUnwindSafe for SetLiteral
impl Send for SetLiteral
impl Sync for SetLiteral
impl Unpin for SetLiteral
impl UnwindSafe for SetLiteral
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