Enum cardano_serialization_lib::impl_mockchain::key::EitherEd25519SecretKey [−][src]
pub enum EitherEd25519SecretKey {
Extended(SecretKey<Ed25519Extended>),
Normal(SecretKey<Ed25519>),
}
Variants
Extended(SecretKey<Ed25519Extended>)
Tuple Fields of Extended
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EitherEd25519SecretKey
impl Send for EitherEd25519SecretKey
impl Sync for EitherEd25519SecretKey
impl Unpin for EitherEd25519SecretKey
impl UnwindSafe for EitherEd25519SecretKey
Blanket Implementations
Mutably borrows from an owned value. Read more