Struct cardano_serialization_lib::chain_crypto::KeyPair
source · pub struct KeyPair<A: AsymmetricKey>(_, _);
Implementations§
Trait Implementations§
source§impl<A: AsymmetricKey> Clone for KeyPair<A>
impl<A: AsymmetricKey> Clone for KeyPair<A>
source§impl<A: AsymmetricKey> Debug for KeyPair<A>
impl<A: AsymmetricKey> Debug for KeyPair<A>
source§impl<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§
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