pub struct GetFortanixAttestationResponse {
pub attestation_certificate: Option<String>,
pub node_certificate: Option<String>,
pub fqpe_report: Option<String>,
}
Fields§
§attestation_certificate: Option<String>
Verified attestation certificate
node_certificate: Option<String>
Node Certificate
fqpe_report: Option<String>
FQPE Report bytes
Implementations§
Trait Implementations§
Source§impl Clone for GetFortanixAttestationResponse
impl Clone for GetFortanixAttestationResponse
Source§fn clone(&self) -> GetFortanixAttestationResponse
fn clone(&self) -> GetFortanixAttestationResponse
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<'de> Deserialize<'de> for GetFortanixAttestationResponse
impl<'de> Deserialize<'de> for GetFortanixAttestationResponse
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 GetFortanixAttestationResponse
impl PartialEq for GetFortanixAttestationResponse
Source§fn eq(&self, other: &GetFortanixAttestationResponse) -> bool
fn eq(&self, other: &GetFortanixAttestationResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetFortanixAttestationResponse
Auto Trait Implementations§
impl Freeze for GetFortanixAttestationResponse
impl RefUnwindSafe for GetFortanixAttestationResponse
impl Send for GetFortanixAttestationResponse
impl Sync for GetFortanixAttestationResponse
impl Unpin for GetFortanixAttestationResponse
impl UnwindSafe for GetFortanixAttestationResponse
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