pub struct ProfileEvidenceContract {
pub required_slots: &'static [EvidenceSlot; 13],
pub admitted_not_applicable: &'static [AdmittedNotApplicable],
}Expand description
Kind-owned fixed evidence contract.
Fields§
§required_slots: &'static [EvidenceSlot; 13]Mandatory slots in machine-stable order.
admitted_not_applicable: &'static [AdmittedNotApplicable]Narrow typed exceptions accepted for this kind.
Trait Implementations§
Source§impl Clone for ProfileEvidenceContract
impl Clone for ProfileEvidenceContract
Source§fn clone(&self) -> ProfileEvidenceContract
fn clone(&self) -> ProfileEvidenceContract
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 ProfileEvidenceContract
impl Debug for ProfileEvidenceContract
Source§impl PartialEq for ProfileEvidenceContract
impl PartialEq for ProfileEvidenceContract
impl Copy for ProfileEvidenceContract
impl Eq for ProfileEvidenceContract
impl StructuralPartialEq for ProfileEvidenceContract
Auto Trait Implementations§
impl Freeze for ProfileEvidenceContract
impl RefUnwindSafe for ProfileEvidenceContract
impl Send for ProfileEvidenceContract
impl Sync for ProfileEvidenceContract
impl Unpin for ProfileEvidenceContract
impl UnwindSafe for ProfileEvidenceContract
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.