pub struct IcNodeStatusView {
pub target: Option<String>,
pub include_all: bool,
}Expand description
IcNodeStatusView
Target and attention selection shared by node, Subnet, and provider views.
Fields§
§target: Option<String>Optional exact identifier or unique principal prefix.
include_all: boolWhether fully-up rows or groups are included without a target.
Implementations§
Source§impl IcNodeStatusView
impl IcNodeStatusView
Sourcepub fn with_target(self, target: impl Into<String>) -> Self
pub fn with_target(self, target: impl Into<String>) -> Self
Select one exact identifier or unique principal prefix.
Trait Implementations§
Source§impl Clone for IcNodeStatusView
impl Clone for IcNodeStatusView
Source§fn clone(&self) -> IcNodeStatusView
fn clone(&self) -> IcNodeStatusView
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 IcNodeStatusView
impl Debug for IcNodeStatusView
Source§impl Default for IcNodeStatusView
impl Default for IcNodeStatusView
Source§fn default() -> IcNodeStatusView
fn default() -> IcNodeStatusView
Returns the “default value” for a type. Read more
impl Eq for IcNodeStatusView
Source§impl PartialEq for IcNodeStatusView
impl PartialEq for IcNodeStatusView
impl StructuralPartialEq for IcNodeStatusView
Auto Trait Implementations§
impl Freeze for IcNodeStatusView
impl RefUnwindSafe for IcNodeStatusView
impl Send for IcNodeStatusView
impl Sync for IcNodeStatusView
impl Unpin for IcNodeStatusView
impl UnsafeUnpin for IcNodeStatusView
impl UnwindSafe for IcNodeStatusView
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