Struct jpki::ClientForAuth
source · [−]Expand description
High-level API to operate with authentication certificate and the key-pair
Implementations
sourceimpl<T, Ctx> ClientForAuth<T, Ctx> where
T: Card<Ctx>,
Ctx: Copy,
impl<T, Ctx> ClientForAuth<T, Ctx> where
T: Card<Ctx>,
Ctx: Copy,
Auto Trait Implementations
impl<T, Ctx> RefUnwindSafe for ClientForAuth<T, Ctx> where
Ctx: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, Ctx> Send for ClientForAuth<T, Ctx> where
Ctx: Send,
T: Send,
impl<T, Ctx> Sync for ClientForAuth<T, Ctx> where
Ctx: Sync,
T: Sync,
impl<T, Ctx> Unpin for ClientForAuth<T, Ctx>
impl<T, Ctx> UnwindSafe for ClientForAuth<T, Ctx> where
Ctx: UnwindSafe,
T: UnwindSafe,
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