pub struct NodeConnectionStatusSnapshotDto {
pub address: Option<String>,
pub api_port: Option<i32>,
pub node_id: Option<String>,
pub status_snapshot: Option<ConnectionStatusSnapshotDto>,
}Fields§
§address: Option<String>§api_port: Option<i32>§node_id: Option<String>§status_snapshot: Option<ConnectionStatusSnapshotDto>Trait Implementations§
Source§impl Clone for NodeConnectionStatusSnapshotDto
impl Clone for NodeConnectionStatusSnapshotDto
Source§fn clone(&self) -> NodeConnectionStatusSnapshotDto
fn clone(&self) -> NodeConnectionStatusSnapshotDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for NodeConnectionStatusSnapshotDto
impl Default for NodeConnectionStatusSnapshotDto
Source§fn default() -> NodeConnectionStatusSnapshotDto
fn default() -> NodeConnectionStatusSnapshotDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeConnectionStatusSnapshotDto
impl<'de> Deserialize<'de> for NodeConnectionStatusSnapshotDto
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
Source§impl From<NodeConnectionStatusSnapshotDto> for NodeConnectionStatusSnapshotDto
impl From<NodeConnectionStatusSnapshotDto> for NodeConnectionStatusSnapshotDto
Source§fn from(v: NodeConnectionStatusSnapshotDto) -> Self
fn from(v: NodeConnectionStatusSnapshotDto) -> Self
Converts to this type from the input type.
Source§impl From<NodeConnectionStatusSnapshotDto> for NodeConnectionStatusSnapshotDto
impl From<NodeConnectionStatusSnapshotDto> for NodeConnectionStatusSnapshotDto
Source§fn from(v: NodeConnectionStatusSnapshotDto) -> Self
fn from(v: NodeConnectionStatusSnapshotDto) -> Self
Converts to this type from the input type.
Source§impl From<NodeConnectionStatusSnapshotDto> for NodeConnectionStatusSnapshotDto
impl From<NodeConnectionStatusSnapshotDto> for NodeConnectionStatusSnapshotDto
Source§fn from(v: NodeConnectionStatusSnapshotDto) -> Self
fn from(v: NodeConnectionStatusSnapshotDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodeConnectionStatusSnapshotDto
impl RefUnwindSafe for NodeConnectionStatusSnapshotDto
impl Send for NodeConnectionStatusSnapshotDto
impl Sync for NodeConnectionStatusSnapshotDto
impl Unpin for NodeConnectionStatusSnapshotDto
impl UnsafeUnpin for NodeConnectionStatusSnapshotDto
impl UnwindSafe for NodeConnectionStatusSnapshotDto
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