pub struct EndorsedClaim {
pub environment: EnvironmentMap,
pub endorsements: Vec<MeasurementMap>,
}Expand description
An endorsed claim produced by conditional endorsement series matching.
Fields§
§environment: EnvironmentMapThe environment that was matched.
endorsements: Vec<MeasurementMap>The endorsement values that were applied.
Trait Implementations§
Source§impl Clone for EndorsedClaim
impl Clone for EndorsedClaim
Source§fn clone(&self) -> EndorsedClaim
fn clone(&self) -> EndorsedClaim
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 moreAuto Trait Implementations§
impl Freeze for EndorsedClaim
impl RefUnwindSafe for EndorsedClaim
impl Send for EndorsedClaim
impl Sync for EndorsedClaim
impl Unpin for EndorsedClaim
impl UnsafeUnpin for EndorsedClaim
impl UnwindSafe for EndorsedClaim
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