Struct cardano_multiplatform_lib::chain_crypto::KeyPair
source · [−]pub struct KeyPair<A: AsymmetricKey>(_, _);
Implementations
Trait Implementations
sourceimpl<A: AsymmetricKey> Clone for KeyPair<A>
impl<A: AsymmetricKey> Clone for KeyPair<A>
sourceimpl<A: AsymmetricKey> Debug for KeyPair<A>
impl<A: AsymmetricKey> Debug for KeyPair<A>
sourceimpl<A: AsymmetricKey> Display for KeyPair<A>
impl<A: AsymmetricKey> Display for KeyPair<A>
Auto Trait Implementations
impl<A> RefUnwindSafe for KeyPair<A>where
<<A as AsymmetricKey>::PubAlg as AsymmetricPublicKey>::Public: RefUnwindSafe,
<A as AsymmetricKey>::Secret: RefUnwindSafe,
impl<A> Send for KeyPair<A>where
<<A as AsymmetricKey>::PubAlg as AsymmetricPublicKey>::Public: Send,
<A as AsymmetricKey>::Secret: Send,
impl<A> Sync for KeyPair<A>where
<<A as AsymmetricKey>::PubAlg as AsymmetricPublicKey>::Public: Sync,
<A as AsymmetricKey>::Secret: Sync,
impl<A> Unpin for KeyPair<A>where
<<A as AsymmetricKey>::PubAlg as AsymmetricPublicKey>::Public: Unpin,
<A as AsymmetricKey>::Secret: Unpin,
impl<A> UnwindSafe for KeyPair<A>where
<<A as AsymmetricKey>::PubAlg as AsymmetricPublicKey>::Public: UnwindSafe,
<A as AsymmetricKey>::Secret: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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