pub struct SalsaQueryRunCountsV0 {
pub digest: usize,
pub dependency: usize,
pub transitive_leaf: usize,
pub transitive_a: usize,
pub transitive_b: usize,
pub transitive_c: usize,
pub transitive_unrelated: usize,
}Fields§
§digest: usize§dependency: usize§transitive_leaf: usize§transitive_a: usize§transitive_b: usize§transitive_c: usizeTrait Implementations§
Source§impl Clone for SalsaQueryRunCountsV0
impl Clone for SalsaQueryRunCountsV0
Source§fn clone(&self) -> SalsaQueryRunCountsV0
fn clone(&self) -> SalsaQueryRunCountsV0
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 SalsaQueryRunCountsV0
Source§impl Debug for SalsaQueryRunCountsV0
impl Debug for SalsaQueryRunCountsV0
Source§impl Default for SalsaQueryRunCountsV0
impl Default for SalsaQueryRunCountsV0
Source§fn default() -> SalsaQueryRunCountsV0
fn default() -> SalsaQueryRunCountsV0
Returns the “default value” for a type. Read more
impl Eq for SalsaQueryRunCountsV0
Source§impl PartialEq for SalsaQueryRunCountsV0
impl PartialEq for SalsaQueryRunCountsV0
impl StructuralPartialEq for SalsaQueryRunCountsV0
Auto Trait Implementations§
impl Freeze for SalsaQueryRunCountsV0
impl RefUnwindSafe for SalsaQueryRunCountsV0
impl Send for SalsaQueryRunCountsV0
impl Sync for SalsaQueryRunCountsV0
impl Unpin for SalsaQueryRunCountsV0
impl UnsafeUnpin for SalsaQueryRunCountsV0
impl UnwindSafe for SalsaQueryRunCountsV0
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