pub struct MainnetNodeProvider {
pub principal: String,
pub node_count: Option<u32>,
pub reward_account_hex: Option<String>,
}Expand description
MainnetNodeProvider
Fields§
§principal: String§node_count: Option<u32>§reward_account_hex: Option<String>Trait Implementations§
Source§impl Clone for MainnetNodeProvider
impl Clone for MainnetNodeProvider
Source§fn clone(&self) -> MainnetNodeProvider
fn clone(&self) -> MainnetNodeProvider
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 moreSource§impl Debug for MainnetNodeProvider
impl Debug for MainnetNodeProvider
impl Eq for MainnetNodeProvider
Source§impl PartialEq for MainnetNodeProvider
impl PartialEq for MainnetNodeProvider
Source§fn eq(&self, other: &MainnetNodeProvider) -> bool
fn eq(&self, other: &MainnetNodeProvider) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MainnetNodeProvider
impl Serialize for MainnetNodeProvider
impl StructuralPartialEq for MainnetNodeProvider
Auto Trait Implementations§
impl Freeze for MainnetNodeProvider
impl RefUnwindSafe for MainnetNodeProvider
impl Send for MainnetNodeProvider
impl Sync for MainnetNodeProvider
impl Unpin for MainnetNodeProvider
impl UnsafeUnpin for MainnetNodeProvider
impl UnwindSafe for MainnetNodeProvider
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.