pub enum ReportCollection {
Units,
Definitions,
References,
Resolutions,
}Expand description
Which report collection a structural rule names.
Variants§
Units
The report’s resolution units.
Definitions
The report’s symbol definitions.
References
The report’s symbol references.
Resolutions
The report’s resolution records.
Trait Implementations§
Source§impl Clone for ReportCollection
impl Clone for ReportCollection
Source§fn clone(&self) -> ReportCollection
fn clone(&self) -> ReportCollection
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 ReportCollection
Source§impl Debug for ReportCollection
impl Debug for ReportCollection
Source§impl Display for ReportCollection
impl Display for ReportCollection
impl Eq for ReportCollection
Source§impl Hash for ReportCollection
impl Hash for ReportCollection
Source§impl Ord for ReportCollection
impl Ord for ReportCollection
Source§fn cmp(&self, other: &ReportCollection) -> Ordering
fn cmp(&self, other: &ReportCollection) -> 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 ReportCollection
impl PartialEq for ReportCollection
Source§impl PartialOrd for ReportCollection
impl PartialOrd for ReportCollection
impl StructuralPartialEq for ReportCollection
Auto Trait Implementations§
impl Freeze for ReportCollection
impl RefUnwindSafe for ReportCollection
impl Send for ReportCollection
impl Sync for ReportCollection
impl Unpin for ReportCollection
impl UnsafeUnpin for ReportCollection
impl UnwindSafe for ReportCollection
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