pub struct ClientKeys {
pub ca: Cert,
}
Expand description
Client certificate
Fields§
§ca: Cert
Auto Trait Implementations§
impl Freeze for ClientKeys
impl RefUnwindSafe for ClientKeys
impl Send for ClientKeys
impl Sync for ClientKeys
impl Unpin for ClientKeys
impl UnwindSafe for ClientKeys
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