pub enum IcNodeStatusScope {
DashboardMainnetDefault,
}Expand description
IcNodeStatusScope
Dashboard collection scope retained by an observed node-status snapshot.
Variants§
DashboardMainnetDefault
Dashboard’s default public-mainnet node set, excluding cloud-engine Type4 nodes.
Implementations§
Trait Implementations§
Source§impl Clone for IcNodeStatusScope
impl Clone for IcNodeStatusScope
Source§fn clone(&self) -> IcNodeStatusScope
fn clone(&self) -> IcNodeStatusScope
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 moreimpl Copy for IcNodeStatusScope
Source§impl Debug for IcNodeStatusScope
impl Debug for IcNodeStatusScope
Source§impl<'de> Deserialize<'de> for IcNodeStatusScope
impl<'de> Deserialize<'de> for IcNodeStatusScope
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 IcNodeStatusScope
Source§impl PartialEq for IcNodeStatusScope
impl PartialEq for IcNodeStatusScope
Source§impl Serialize for IcNodeStatusScope
impl Serialize for IcNodeStatusScope
impl StructuralPartialEq for IcNodeStatusScope
Auto Trait Implementations§
impl Freeze for IcNodeStatusScope
impl RefUnwindSafe for IcNodeStatusScope
impl Send for IcNodeStatusScope
impl Sync for IcNodeStatusScope
impl Unpin for IcNodeStatusScope
impl UnsafeUnpin for IcNodeStatusScope
impl UnwindSafe for IcNodeStatusScope
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