pub enum Strkey {
PublicKeyEd25519(PublicKey),
PrivateKeyEd25519(PrivateKey),
PreAuthTx(PreAuthTx),
HashX(HashX),
MuxedAccountEd25519(MuxedAccount),
SignedPayloadEd25519(SignedPayload),
Contract(Contract),
LiquidityPool(LiquidityPool),
ClaimableBalance(ClaimableBalance),
}Variants§
PublicKeyEd25519(PublicKey)
PrivateKeyEd25519(PrivateKey)
PreAuthTx(PreAuthTx)
HashX(HashX)
MuxedAccountEd25519(MuxedAccount)
SignedPayloadEd25519(SignedPayload)
Contract(Contract)
LiquidityPool(LiquidityPool)
ClaimableBalance(ClaimableBalance)
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