pub enum KeyEncoding {
SEC1,
EIP55,
}
Expand description
A key encoding format.
Variants§
Trait Implementations§
Source§impl Clone for KeyEncoding
impl Clone for KeyEncoding
Source§fn clone(&self) -> KeyEncoding
fn clone(&self) -> KeyEncoding
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 KeyEncoding
impl Debug for KeyEncoding
Source§impl PartialEq for KeyEncoding
impl PartialEq for KeyEncoding
impl Copy for KeyEncoding
impl Eq for KeyEncoding
impl StructuralPartialEq for KeyEncoding
Auto Trait Implementations§
impl Freeze for KeyEncoding
impl RefUnwindSafe for KeyEncoding
impl Send for KeyEncoding
impl Sync for KeyEncoding
impl Unpin for KeyEncoding
impl UnwindSafe for KeyEncoding
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