pub struct SourceStats {
pub index: u32,
}Fields§
§index: u32Trait Implementations§
Source§impl Clone for SourceStats
impl Clone for SourceStats
Source§fn clone(&self) -> SourceStats
fn clone(&self) -> SourceStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SourceStats
impl Debug for SourceStats
Source§impl Hash for SourceStats
impl Hash for SourceStats
Source§impl Ord for SourceStats
impl Ord for SourceStats
Source§fn cmp(&self, other: &SourceStats) -> Ordering
fn cmp(&self, other: &SourceStats) -> 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 PartialEq for SourceStats
impl PartialEq for SourceStats
Source§impl PartialOrd for SourceStats
impl PartialOrd for SourceStats
impl Copy for SourceStats
impl Eq for SourceStats
impl StructuralPartialEq for SourceStats
Auto Trait Implementations§
impl Freeze for SourceStats
impl RefUnwindSafe for SourceStats
impl Send for SourceStats
impl Sync for SourceStats
impl Unpin for SourceStats
impl UnwindSafe for SourceStats
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