pub struct NnsNodeProviderRow {
pub node_provider_principal: String,
pub name: Option<String>,
pub node_count: Option<u32>,
pub reward_account_hex: Option<String>,
}Expand description
NnsNodeProviderRow
Fields§
§node_provider_principal: String§name: Option<String>§node_count: Option<u32>§reward_account_hex: Option<String>Trait Implementations§
Source§impl Clone for NnsNodeProviderRow
impl Clone for NnsNodeProviderRow
Source§fn clone(&self) -> NnsNodeProviderRow
fn clone(&self) -> NnsNodeProviderRow
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 NnsNodeProviderRow
impl Debug for NnsNodeProviderRow
Source§impl<'de> Deserialize<'de> for NnsNodeProviderRow
impl<'de> Deserialize<'de> for NnsNodeProviderRow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NnsNodeProviderRow
Source§impl PartialEq for NnsNodeProviderRow
impl PartialEq for NnsNodeProviderRow
Source§fn eq(&self, other: &NnsNodeProviderRow) -> bool
fn eq(&self, other: &NnsNodeProviderRow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NnsNodeProviderRow
impl Serialize for NnsNodeProviderRow
impl StructuralPartialEq for NnsNodeProviderRow
Auto Trait Implementations§
impl Freeze for NnsNodeProviderRow
impl RefUnwindSafe for NnsNodeProviderRow
impl Send for NnsNodeProviderRow
impl Sync for NnsNodeProviderRow
impl Unpin for NnsNodeProviderRow
impl UnsafeUnpin for NnsNodeProviderRow
impl UnwindSafe for NnsNodeProviderRow
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.