pub struct RuntimeConformanceProfileEvidence {
pub profile: RuntimeConformanceProfile,
pub case_ids: BTreeSet<String>,
pub capability_claims: BTreeSet<String>,
}Expand description
Provider evidence returned for one non-Base profile.
Fields§
§profile: RuntimeConformanceProfile§case_ids: BTreeSet<String>§capability_claims: BTreeSet<String>Trait Implementations§
Source§impl Clone for RuntimeConformanceProfileEvidence
impl Clone for RuntimeConformanceProfileEvidence
Source§fn clone(&self) -> RuntimeConformanceProfileEvidence
fn clone(&self) -> RuntimeConformanceProfileEvidence
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 Eq for RuntimeConformanceProfileEvidence
impl StructuralPartialEq for RuntimeConformanceProfileEvidence
Auto Trait Implementations§
impl Freeze for RuntimeConformanceProfileEvidence
impl RefUnwindSafe for RuntimeConformanceProfileEvidence
impl Send for RuntimeConformanceProfileEvidence
impl Sync for RuntimeConformanceProfileEvidence
impl Unpin for RuntimeConformanceProfileEvidence
impl UnsafeUnpin for RuntimeConformanceProfileEvidence
impl UnwindSafe for RuntimeConformanceProfileEvidence
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