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