pub struct DSSEAttestationNote {
pub hint: Option<DSSEHint>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§hint: Option<DSSEHint>DSSEHint hints at the purpose of the attestation authority.
Trait Implementations§
source§impl Clone for DSSEAttestationNote
impl Clone for DSSEAttestationNote
source§fn clone(&self) -> DSSEAttestationNote
fn clone(&self) -> DSSEAttestationNote
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 DSSEAttestationNote
impl Debug for DSSEAttestationNote
source§impl Default for DSSEAttestationNote
impl Default for DSSEAttestationNote
source§fn default() -> DSSEAttestationNote
fn default() -> DSSEAttestationNote
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DSSEAttestationNote
impl<'de> Deserialize<'de> for DSSEAttestationNote
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