pub struct FindRootCertificateResponse {
pub certificate_details: Option<Vec<TLSCert>>,
}Fields§
§certificate_details: Option<Vec<TLSCert>>Trait Implementations§
Source§impl Debug for FindRootCertificateResponse
impl Debug for FindRootCertificateResponse
Auto Trait Implementations§
impl Freeze for FindRootCertificateResponse
impl RefUnwindSafe for FindRootCertificateResponse
impl Send for FindRootCertificateResponse
impl Sync for FindRootCertificateResponse
impl Unpin for FindRootCertificateResponse
impl UnwindSafe for FindRootCertificateResponse
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