pub struct Pki {}
Expand description
(Marker) key type for keys with a certificate signed by a trusted CA.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pki
impl RefUnwindSafe for Pki
impl Send for Pki
impl Sync for Pki
impl Unpin for Pki
impl UnwindSafe for Pki
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