struct OrderingIssues {
label: &'static str,
violations: u64,
affected_tids: HashSet<u32>,
example_tids: Vec<u32>,
}Fields§
§label: &'static str§violations: u64§affected_tids: HashSet<u32>§example_tids: Vec<u32>Implementations§
Trait Implementations§
Source§impl Clone for OrderingIssues
impl Clone for OrderingIssues
Source§fn clone(&self) -> OrderingIssues
fn clone(&self) -> OrderingIssues
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 moreAuto Trait Implementations§
impl Freeze for OrderingIssues
impl RefUnwindSafe for OrderingIssues
impl Send for OrderingIssues
impl Sync for OrderingIssues
impl Unpin for OrderingIssues
impl UnsafeUnpin for OrderingIssues
impl UnwindSafe for OrderingIssues
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