pub enum PrivateKeyFormat {
Cb58,
Hex,
}Expand description
Format of the wallet private key
Variants§
Trait Implementations§
Source§impl Clone for PrivateKeyFormat
impl Clone for PrivateKeyFormat
Source§fn clone(&self) -> PrivateKeyFormat
fn clone(&self) -> PrivateKeyFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrivateKeyFormat
impl Debug for PrivateKeyFormat
Source§impl Default for PrivateKeyFormat
impl Default for PrivateKeyFormat
Source§fn default() -> PrivateKeyFormat
fn default() -> PrivateKeyFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateKeyFormat
impl<'de> Deserialize<'de> for PrivateKeyFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for PrivateKeyFormat
impl Hash for PrivateKeyFormat
Source§impl Ord for PrivateKeyFormat
impl Ord for PrivateKeyFormat
Source§fn cmp(&self, other: &PrivateKeyFormat) -> Ordering
fn cmp(&self, other: &PrivateKeyFormat) -> Ordering
1.21.0 · 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 PartialEq for PrivateKeyFormat
impl PartialEq for PrivateKeyFormat
Source§impl PartialOrd for PrivateKeyFormat
impl PartialOrd for PrivateKeyFormat
Source§impl Serialize for PrivateKeyFormat
impl Serialize for PrivateKeyFormat
impl Copy for PrivateKeyFormat
impl Eq for PrivateKeyFormat
impl StructuralPartialEq for PrivateKeyFormat
Auto Trait Implementations§
impl Freeze for PrivateKeyFormat
impl RefUnwindSafe for PrivateKeyFormat
impl Send for PrivateKeyFormat
impl Sync for PrivateKeyFormat
impl Unpin for PrivateKeyFormat
impl UnwindSafe for PrivateKeyFormat
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§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.