pub struct StandardInstallReport {
pub profile: Symbol,
pub organ_count: usize,
pub test_count: usize,
}Expand description
Summary returned by install_profile_stub: the installed profile symbol
and its organ and conformance-test counts.
Fields§
§profile: SymbolSymbol of the installed profile.
organ_count: usizeNumber of organs the profile uses.
test_count: usizeNumber of conformance tests the profile declares.
Trait Implementations§
Source§impl Clone for StandardInstallReport
impl Clone for StandardInstallReport
Source§fn clone(&self) -> StandardInstallReport
fn clone(&self) -> StandardInstallReport
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 StandardInstallReport
impl Debug for StandardInstallReport
impl Eq for StandardInstallReport
Source§impl PartialEq for StandardInstallReport
impl PartialEq for StandardInstallReport
Source§fn eq(&self, other: &StandardInstallReport) -> bool
fn eq(&self, other: &StandardInstallReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StandardInstallReport
Auto Trait Implementations§
impl Freeze for StandardInstallReport
impl RefUnwindSafe for StandardInstallReport
impl Send for StandardInstallReport
impl Sync for StandardInstallReport
impl Unpin for StandardInstallReport
impl UnsafeUnpin for StandardInstallReport
impl UnwindSafe for StandardInstallReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.