pub enum ElectrumPreset {
MyCitadel,
Blockstream,
Custom,
}Variants§
Implementations§
Source§impl ElectrumPreset
impl ElectrumPreset
pub fn all() -> &'static [ElectrumPreset]
pub fn presets() -> &'static [ElectrumPreset]
pub fn electrum_port(self, sec: ElectrumSec, network: PublicNetwork) -> u16
Trait Implementations§
Source§impl Clone for ElectrumPreset
impl Clone for ElectrumPreset
Source§fn clone(&self) -> ElectrumPreset
fn clone(&self) -> ElectrumPreset
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 ElectrumPreset
impl Debug for ElectrumPreset
Source§impl Display for ElectrumPreset
impl Display for ElectrumPreset
Source§impl Hash for ElectrumPreset
impl Hash for ElectrumPreset
Source§impl Ord for ElectrumPreset
impl Ord for ElectrumPreset
Source§fn cmp(&self, other: &ElectrumPreset) -> Ordering
fn cmp(&self, other: &ElectrumPreset) -> 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 ElectrumPreset
impl PartialEq for ElectrumPreset
Source§impl PartialOrd for ElectrumPreset
impl PartialOrd for ElectrumPreset
impl Copy for ElectrumPreset
impl Eq for ElectrumPreset
impl StructuralPartialEq for ElectrumPreset
Auto Trait Implementations§
impl Freeze for ElectrumPreset
impl RefUnwindSafe for ElectrumPreset
impl Send for ElectrumPreset
impl Sync for ElectrumPreset
impl Unpin for ElectrumPreset
impl UnwindSafe for ElectrumPreset
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.