pub struct PkiRpkContext<'a, KTY: KeyType> { /* private fields */ }
Expand description
Trait Implementations§
Source§impl<'a, KTY: Clone + KeyType> Clone for PkiRpkContext<'a, KTY>
impl<'a, KTY: Clone + KeyType> Clone for PkiRpkContext<'a, KTY>
Source§fn clone(&self) -> PkiRpkContext<'a, KTY>
fn clone(&self) -> PkiRpkContext<'a, KTY>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> From<PkiRpkContext<'a, Pki>> for ClientCryptoContext<'a>
impl<'a> From<PkiRpkContext<'a, Pki>> for ClientCryptoContext<'a>
Source§fn from(value: PkiRpkContext<'a, Pki>) -> Self
fn from(value: PkiRpkContext<'a, Pki>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<PkiRpkContext<'a, Pki>> for ServerPkiRpkCryptoContext<'a>
impl<'a> From<PkiRpkContext<'a, Pki>> for ServerPkiRpkCryptoContext<'a>
Source§fn from(value: PkiRpkContext<'a, Pki>) -> Self
fn from(value: PkiRpkContext<'a, Pki>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<PkiRpkContext<'a, Rpk>> for ClientCryptoContext<'a>
impl<'a> From<PkiRpkContext<'a, Rpk>> for ClientCryptoContext<'a>
Source§fn from(value: PkiRpkContext<'a, Rpk>) -> Self
fn from(value: PkiRpkContext<'a, Rpk>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<PkiRpkContext<'a, Rpk>> for ServerPkiRpkCryptoContext<'a>
impl<'a> From<PkiRpkContext<'a, Rpk>> for ServerPkiRpkCryptoContext<'a>
Source§fn from(value: PkiRpkContext<'a, Rpk>) -> Self
fn from(value: PkiRpkContext<'a, Rpk>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a, KTY> Freeze for PkiRpkContext<'a, KTY>
impl<'a, KTY> !RefUnwindSafe for PkiRpkContext<'a, KTY>
impl<'a, KTY> !Send for PkiRpkContext<'a, KTY>
impl<'a, KTY> !Sync for PkiRpkContext<'a, KTY>
impl<'a, KTY> Unpin for PkiRpkContext<'a, KTY>
impl<'a, KTY> !UnwindSafe for PkiRpkContext<'a, KTY>
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