pub struct SubnetCatalogSubnetRow {Show 16 fields
pub subnet_principal: String,
pub subnet_kind: SubnetKind,
pub subnet_kind_source: ClassificationSource,
pub subnet_specialization: SubnetSpecialization,
pub subnet_specialization_source: ClassificationSource,
pub geographic_scope: GeographicScope,
pub geographic_scope_source: ClassificationSource,
pub subnet_label: String,
pub subnet_label_source: ClassificationSource,
pub node_count: Option<u32>,
pub charges_apply_by_default: bool,
pub range_count: usize,
pub ranges_shown: usize,
pub range_offset: usize,
pub range_limit: usize,
pub ranges: Vec<RoutingRange>,
}Expand description
SubnetCatalogSubnetRow
Fields§
§subnet_principal: String§subnet_kind: SubnetKind§subnet_kind_source: ClassificationSource§subnet_specialization: SubnetSpecialization§subnet_specialization_source: ClassificationSource§geographic_scope: GeographicScope§geographic_scope_source: ClassificationSource§subnet_label: String§subnet_label_source: ClassificationSource§node_count: Option<u32>§charges_apply_by_default: bool§range_count: usize§ranges_shown: usize§range_offset: usize§range_limit: usize§ranges: Vec<RoutingRange>Trait Implementations§
Source§impl Clone for SubnetCatalogSubnetRow
impl Clone for SubnetCatalogSubnetRow
Source§fn clone(&self) -> SubnetCatalogSubnetRow
fn clone(&self) -> SubnetCatalogSubnetRow
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 SubnetCatalogSubnetRow
impl Debug for SubnetCatalogSubnetRow
Source§impl<'de> Deserialize<'de> for SubnetCatalogSubnetRow
impl<'de> Deserialize<'de> for SubnetCatalogSubnetRow
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 SubnetCatalogSubnetRow
Source§impl PartialEq for SubnetCatalogSubnetRow
impl PartialEq for SubnetCatalogSubnetRow
Source§fn eq(&self, other: &SubnetCatalogSubnetRow) -> bool
fn eq(&self, other: &SubnetCatalogSubnetRow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SubnetCatalogSubnetRow
impl Serialize for SubnetCatalogSubnetRow
impl StructuralPartialEq for SubnetCatalogSubnetRow
Auto Trait Implementations§
impl Freeze for SubnetCatalogSubnetRow
impl RefUnwindSafe for SubnetCatalogSubnetRow
impl Send for SubnetCatalogSubnetRow
impl Sync for SubnetCatalogSubnetRow
impl Unpin for SubnetCatalogSubnetRow
impl UnsafeUnpin for SubnetCatalogSubnetRow
impl UnwindSafe for SubnetCatalogSubnetRow
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.