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§
impl Eq for Strkey
Source§impl Ord for Strkey
impl Ord for Strkey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Strkey
impl PartialOrd for Strkey
impl StructuralPartialEq for Strkey
Auto Trait Implementations§
impl Freeze for Strkey
impl RefUnwindSafe for Strkey
impl Send for Strkey
impl Sync for Strkey
impl Unpin for Strkey
impl UnsafeUnpin 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