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