pub enum StellarKey {
PublicKey(uint256),
SecretKey(uint256),
PreAuthTx(uint256),
Sha256Hash(uint256),
}
Variants§
Trait Implementations§
Source§impl Debug for StellarKey
impl Debug for StellarKey
Source§impl FromStr for StellarKey
impl FromStr for StellarKey
Source§impl PartialEq for StellarKey
impl PartialEq for StellarKey
impl StructuralPartialEq for StellarKey
Auto Trait Implementations§
impl Freeze for StellarKey
impl RefUnwindSafe for StellarKey
impl Send for StellarKey
impl Sync for StellarKey
impl Unpin for StellarKey
impl UnwindSafe for StellarKey
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