pub struct NnsSubnetNodeProviderRow {
pub node_provider_principal: String,
pub node_count: u32,
}Expand description
NnsSubnetNodeProviderRow
Registry-derived node membership count for one provider on one Subnet.
Fields§
§node_provider_principal: StringCanonical textual node-provider principal.
node_count: u32Number of this provider’s nodes assigned to the Subnet.
Trait Implementations§
Source§impl Clone for NnsSubnetNodeProviderRow
impl Clone for NnsSubnetNodeProviderRow
Source§fn clone(&self) -> NnsSubnetNodeProviderRow
fn clone(&self) -> NnsSubnetNodeProviderRow
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 NnsSubnetNodeProviderRow
impl Debug for NnsSubnetNodeProviderRow
Source§impl<'de> Deserialize<'de> for NnsSubnetNodeProviderRow
impl<'de> Deserialize<'de> for NnsSubnetNodeProviderRow
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 NnsSubnetNodeProviderRow
Source§impl PartialEq for NnsSubnetNodeProviderRow
impl PartialEq for NnsSubnetNodeProviderRow
Source§impl Serialize for NnsSubnetNodeProviderRow
impl Serialize for NnsSubnetNodeProviderRow
impl StructuralPartialEq for NnsSubnetNodeProviderRow
Auto Trait Implementations§
impl Freeze for NnsSubnetNodeProviderRow
impl RefUnwindSafe for NnsSubnetNodeProviderRow
impl Send for NnsSubnetNodeProviderRow
impl Sync for NnsSubnetNodeProviderRow
impl Unpin for NnsSubnetNodeProviderRow
impl UnsafeUnpin for NnsSubnetNodeProviderRow
impl UnwindSafe for NnsSubnetNodeProviderRow
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