pub enum PubkeyFormat {
Compressed,
Uncompressed,
}Variants§
Trait Implementations§
Source§impl Clone for PubkeyFormat
impl Clone for PubkeyFormat
Source§fn clone(&self) -> PubkeyFormat
fn clone(&self) -> PubkeyFormat
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 PubkeyFormat
impl Debug for PubkeyFormat
Source§impl Hash for PubkeyFormat
impl Hash for PubkeyFormat
Source§impl PartialEq for PubkeyFormat
impl PartialEq for PubkeyFormat
Source§impl Serialize for PubkeyFormat
impl Serialize for PubkeyFormat
impl Copy for PubkeyFormat
impl Eq for PubkeyFormat
impl StructuralPartialEq for PubkeyFormat
Auto Trait Implementations§
impl Freeze for PubkeyFormat
impl RefUnwindSafe for PubkeyFormat
impl Send for PubkeyFormat
impl Sync for PubkeyFormat
impl Unpin for PubkeyFormat
impl UnwindSafe for PubkeyFormat
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