pub enum MasterPublicKeyId {
Key1,
TestKey1,
}Expand description
An identifier for the mainnet production key
Variants§
Trait Implementations§
Source§impl Clone for MasterPublicKeyId
impl Clone for MasterPublicKeyId
Source§fn clone(&self) -> MasterPublicKeyId
fn clone(&self) -> MasterPublicKeyId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MasterPublicKeyId
Source§impl Debug for MasterPublicKeyId
impl Debug for MasterPublicKeyId
impl Eq for MasterPublicKeyId
Source§impl PartialEq for MasterPublicKeyId
impl PartialEq for MasterPublicKeyId
Source§fn eq(&self, other: &MasterPublicKeyId) -> bool
fn eq(&self, other: &MasterPublicKeyId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MasterPublicKeyId
Auto Trait Implementations§
impl Freeze for MasterPublicKeyId
impl RefUnwindSafe for MasterPublicKeyId
impl Send for MasterPublicKeyId
impl Sync for MasterPublicKeyId
impl Unpin for MasterPublicKeyId
impl UnsafeUnpin for MasterPublicKeyId
impl UnwindSafe for MasterPublicKeyId
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