pub struct NodeInstanceListItem {Show 14 fields
pub node_id: String,
pub node_type: String,
pub hub_id: String,
pub host_id: String,
pub host_name: Option<String>,
pub fingerprint: String,
pub service_instance_id: String,
pub instance_policy: NodeInstancePolicy,
pub instance_slot: String,
pub binding_status: NodeBindingStatus,
pub issued_at: i64,
pub expires_at: i64,
pub connected: bool,
pub runtime_status: String,
}Fields§
§node_id: String§node_type: String§hub_id: String§host_id: String§host_name: Option<String>§fingerprint: String§service_instance_id: String§instance_policy: NodeInstancePolicy§instance_slot: String§binding_status: NodeBindingStatus§issued_at: i64§expires_at: i64§connected: bool§runtime_status: StringTrait Implementations§
Source§impl Clone for NodeInstanceListItem
impl Clone for NodeInstanceListItem
Source§fn clone(&self) -> NodeInstanceListItem
fn clone(&self) -> NodeInstanceListItem
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 NodeInstanceListItem
impl Debug for NodeInstanceListItem
Source§impl<'de> Deserialize<'de> for NodeInstanceListItem
impl<'de> Deserialize<'de> for NodeInstanceListItem
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
Auto Trait Implementations§
impl Freeze for NodeInstanceListItem
impl RefUnwindSafe for NodeInstanceListItem
impl Send for NodeInstanceListItem
impl Sync for NodeInstanceListItem
impl Unpin for NodeInstanceListItem
impl UnsafeUnpin for NodeInstanceListItem
impl UnwindSafe for NodeInstanceListItem
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