pub struct EndpointDescriptorSetDocument {
pub version: u8,
pub root_key_id: String,
pub entries: Vec<AttestedEndpointDescriptorEntry>,
}Expand description
Published set of root-attested ephemeral endpoint descriptors.
Fields§
§version: u8§root_key_id: String§entries: Vec<AttestedEndpointDescriptorEntry>Trait Implementations§
Source§impl Clone for EndpointDescriptorSetDocument
impl Clone for EndpointDescriptorSetDocument
Source§fn clone(&self) -> EndpointDescriptorSetDocument
fn clone(&self) -> EndpointDescriptorSetDocument
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 moreSource§impl<'de> Deserialize<'de> for EndpointDescriptorSetDocument
impl<'de> Deserialize<'de> for EndpointDescriptorSetDocument
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
impl Eq for EndpointDescriptorSetDocument
impl StructuralPartialEq for EndpointDescriptorSetDocument
Auto Trait Implementations§
impl Freeze for EndpointDescriptorSetDocument
impl RefUnwindSafe for EndpointDescriptorSetDocument
impl Send for EndpointDescriptorSetDocument
impl Sync for EndpointDescriptorSetDocument
impl Unpin for EndpointDescriptorSetDocument
impl UnsafeUnpin for EndpointDescriptorSetDocument
impl UnwindSafe for EndpointDescriptorSetDocument
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