Enum stellar_strkey::Strkey
source · pub enum Strkey {
PublicKeyEd25519(PublicKey),
PrivateKeyEd25519(PrivateKey),
PreAuthTx(PreAuthTx),
HashX(HashX),
MuxedAccountEd25519(MuxedAccount),
SignedPayloadEd25519(SignedPayload),
Contract(Contract),
}
Variants§
PublicKeyEd25519(PublicKey)
PrivateKeyEd25519(PrivateKey)
PreAuthTx(PreAuthTx)
HashX(HashX)
MuxedAccountEd25519(MuxedAccount)
SignedPayloadEd25519(SignedPayload)
Contract(Contract)
Implementations§
Trait Implementations§
source§impl Ord for Strkey
impl Ord for Strkey
source§impl PartialEq for Strkey
impl PartialEq for Strkey
source§impl PartialOrd for Strkey
impl PartialOrd for Strkey
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Strkey
impl StructuralEq for Strkey
impl StructuralPartialEq for Strkey
Auto Trait Implementations§
impl RefUnwindSafe for Strkey
impl Send for Strkey
impl Sync for Strkey
impl Unpin for Strkey
impl UnwindSafe for Strkey
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