pub struct FortanixEmCertificate {
pub attestation_certificate_der: Option<Vec<u8>>,
pub node_certificate_der: Option<Vec<u8>>,
pub certificate_response: IssueCertificateResponse,
}Expand description
Result of the certificate issuance operation.
Fields§
§attestation_certificate_der: Option<Vec<u8>>§node_certificate_der: Option<Vec<u8>>§certificate_response: IssueCertificateResponseAuto Trait Implementations§
impl Freeze for FortanixEmCertificate
impl RefUnwindSafe for FortanixEmCertificate
impl Send for FortanixEmCertificate
impl Sync for FortanixEmCertificate
impl Unpin for FortanixEmCertificate
impl UnwindSafe for FortanixEmCertificate
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