pub struct NodeTokenListItem {
pub node_id: String,
pub node_type: String,
pub hub_id: String,
pub host_id: String,
pub fingerprint: String,
pub service_instance_id: String,
pub instance_policy: NodeInstancePolicy,
pub instance_slot: String,
pub status: NodeBindingStatus,
pub issued_at: i64,
pub expires_at: i64,
}Fields§
§node_id: String§node_type: String§hub_id: String§host_id: String§fingerprint: String§service_instance_id: String§instance_policy: NodeInstancePolicy§instance_slot: String§status: NodeBindingStatus§issued_at: i64§expires_at: i64Trait Implementations§
Source§impl Clone for NodeTokenListItem
impl Clone for NodeTokenListItem
Source§fn clone(&self) -> NodeTokenListItem
fn clone(&self) -> NodeTokenListItem
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 NodeTokenListItem
impl Debug for NodeTokenListItem
Source§impl<'de> Deserialize<'de> for NodeTokenListItem
impl<'de> Deserialize<'de> for NodeTokenListItem
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 NodeTokenListItem
impl RefUnwindSafe for NodeTokenListItem
impl Send for NodeTokenListItem
impl Sync for NodeTokenListItem
impl Unpin for NodeTokenListItem
impl UnsafeUnpin for NodeTokenListItem
impl UnwindSafe for NodeTokenListItem
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