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 PartialOrd for Strkey
impl PartialOrd for Strkey
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)