pub struct ParserIntervalSetId(/* private fields */);Expand description
Checked compact identity for one shared interval set.
Implementations§
Trait Implementations§
Source§impl Clone for ParserIntervalSetId
impl Clone for ParserIntervalSetId
Source§fn clone(&self) -> ParserIntervalSetId
fn clone(&self) -> ParserIntervalSetId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParserIntervalSetId
Source§impl Debug for ParserIntervalSetId
impl Debug for ParserIntervalSetId
impl Eq for ParserIntervalSetId
Source§impl Hash for ParserIntervalSetId
impl Hash for ParserIntervalSetId
Source§impl Ord for ParserIntervalSetId
impl Ord for ParserIntervalSetId
Source§fn cmp(&self, other: &ParserIntervalSetId) -> Ordering
fn cmp(&self, other: &ParserIntervalSetId) -> Ordering
1.21.0 (const: unstable) · 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 PartialEq for ParserIntervalSetId
impl PartialEq for ParserIntervalSetId
Source§impl PartialOrd for ParserIntervalSetId
impl PartialOrd for ParserIntervalSetId
impl StructuralPartialEq for ParserIntervalSetId
Auto Trait Implementations§
impl Freeze for ParserIntervalSetId
impl RefUnwindSafe for ParserIntervalSetId
impl Send for ParserIntervalSetId
impl Sync for ParserIntervalSetId
impl Unpin for ParserIntervalSetId
impl UnsafeUnpin for ParserIntervalSetId
impl UnwindSafe for ParserIntervalSetId
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