pub struct NormalizedVerifiedCapability {
pub capability: NormalizedCapability,
pub evaluated_at: u64,
}Expand description
Proof-facing verified-capability output.
Fields§
§capability: NormalizedCapability§evaluated_at: u64Trait Implementations§
Source§impl Clone for NormalizedVerifiedCapability
impl Clone for NormalizedVerifiedCapability
Source§fn clone(&self) -> NormalizedVerifiedCapability
fn clone(&self) -> NormalizedVerifiedCapability
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 NormalizedVerifiedCapability
impl Debug for NormalizedVerifiedCapability
Source§impl<'de> Deserialize<'de> for NormalizedVerifiedCapability
impl<'de> Deserialize<'de> for NormalizedVerifiedCapability
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NormalizedVerifiedCapability
impl PartialEq for NormalizedVerifiedCapability
Source§fn eq(&self, other: &NormalizedVerifiedCapability) -> bool
fn eq(&self, other: &NormalizedVerifiedCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<&VerifiedCapability> for NormalizedVerifiedCapability
impl TryFrom<&VerifiedCapability> for NormalizedVerifiedCapability
Source§type Error = NormalizationError
type Error = NormalizationError
The type returned in the event of a conversion error.
impl Eq for NormalizedVerifiedCapability
impl StructuralPartialEq for NormalizedVerifiedCapability
Auto Trait Implementations§
impl Freeze for NormalizedVerifiedCapability
impl RefUnwindSafe for NormalizedVerifiedCapability
impl Send for NormalizedVerifiedCapability
impl Sync for NormalizedVerifiedCapability
impl Unpin for NormalizedVerifiedCapability
impl UnsafeUnpin for NormalizedVerifiedCapability
impl UnwindSafe for NormalizedVerifiedCapability
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