pub struct RefSummaryIndexInspection {
pub present: bool,
pub valid: bool,
pub bytes: u64,
pub threads: usize,
pub markers: usize,
pub remotes: usize,
pub remote_threads: usize,
pub packed_threads: usize,
pub packed_markers: usize,
pub error: Option<String>,
}Fields§
§present: bool§valid: bool§bytes: u64§threads: usize§markers: usize§remotes: usize§remote_threads: usize§packed_threads: usize§packed_markers: usize§error: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for RefSummaryIndexInspection
impl Clone for RefSummaryIndexInspection
Source§fn clone(&self) -> RefSummaryIndexInspection
fn clone(&self) -> RefSummaryIndexInspection
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 moreSource§impl Debug for RefSummaryIndexInspection
impl Debug for RefSummaryIndexInspection
Auto Trait Implementations§
impl Freeze for RefSummaryIndexInspection
impl RefUnwindSafe for RefSummaryIndexInspection
impl Send for RefSummaryIndexInspection
impl Sync for RefSummaryIndexInspection
impl Unpin for RefSummaryIndexInspection
impl UnsafeUnpin for RefSummaryIndexInspection
impl UnwindSafe for RefSummaryIndexInspection
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