Struct test_cert_gen::ClientKeys
source · [−]pub struct ClientKeys {
pub ca: Cert,
}
Expand description
Client certificate
Fields
ca: Cert
Auto Trait Implementations
impl RefUnwindSafe for ClientKeys
impl Send for ClientKeys
impl Sync for ClientKeys
impl Unpin for ClientKeys
impl UnwindSafe for ClientKeys
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more