Struct islet_rmm::rsi::attestation::claims::MeasurementEntry
source · pub struct MeasurementEntry(/* private fields */);
Trait Implementations§
source§impl Clone for MeasurementEntry
impl Clone for MeasurementEntry
source§fn clone(&self) -> MeasurementEntry
fn clone(&self) -> MeasurementEntry
Returns a copy 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 MeasurementEntry
impl Debug for MeasurementEntry
source§impl Default for MeasurementEntry
impl Default for MeasurementEntry
source§fn default() -> MeasurementEntry
fn default() -> MeasurementEntry
Returns the “default value” for a type. Read more
source§impl From<MeasurementEntry> for Value
impl From<MeasurementEntry> for Value
source§fn from(value: MeasurementEntry) -> Self
fn from(value: MeasurementEntry) -> Self
Converts to this type from the input type.
impl Copy for MeasurementEntry
Auto Trait Implementations§
impl Freeze for MeasurementEntry
impl RefUnwindSafe for MeasurementEntry
impl Send for MeasurementEntry
impl Sync for MeasurementEntry
impl Unpin for MeasurementEntry
impl UnwindSafe for MeasurementEntry
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