pub struct NodeConnectionStatisticsSnapshotDto {
pub address: Option<String>,
pub api_port: Option<i32>,
pub node_id: Option<String>,
pub statistics_snapshot: Option<ConnectionStatisticsSnapshotDto>,
}Fields§
§address: Option<String>§api_port: Option<i32>§node_id: Option<String>§statistics_snapshot: Option<ConnectionStatisticsSnapshotDto>Trait Implementations§
Source§impl Clone for NodeConnectionStatisticsSnapshotDto
impl Clone for NodeConnectionStatisticsSnapshotDto
Source§fn clone(&self) -> NodeConnectionStatisticsSnapshotDto
fn clone(&self) -> NodeConnectionStatisticsSnapshotDto
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 NodeConnectionStatisticsSnapshotDto
impl Default for NodeConnectionStatisticsSnapshotDto
Source§fn default() -> NodeConnectionStatisticsSnapshotDto
fn default() -> NodeConnectionStatisticsSnapshotDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeConnectionStatisticsSnapshotDto
impl<'de> Deserialize<'de> for NodeConnectionStatisticsSnapshotDto
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<NodeConnectionStatisticsSnapshotDto> for NodeConnectionStatisticsSnapshotDto
impl From<NodeConnectionStatisticsSnapshotDto> for NodeConnectionStatisticsSnapshotDto
Source§fn from(v: NodeConnectionStatisticsSnapshotDto) -> Self
fn from(v: NodeConnectionStatisticsSnapshotDto) -> Self
Converts to this type from the input type.
Source§impl From<NodeConnectionStatisticsSnapshotDto> for NodeConnectionStatisticsSnapshotDto
impl From<NodeConnectionStatisticsSnapshotDto> for NodeConnectionStatisticsSnapshotDto
Source§fn from(v: NodeConnectionStatisticsSnapshotDto) -> Self
fn from(v: NodeConnectionStatisticsSnapshotDto) -> Self
Converts to this type from the input type.
Source§impl From<NodeConnectionStatisticsSnapshotDto> for NodeConnectionStatisticsSnapshotDto
impl From<NodeConnectionStatisticsSnapshotDto> for NodeConnectionStatisticsSnapshotDto
Source§fn from(v: NodeConnectionStatisticsSnapshotDto) -> Self
fn from(v: NodeConnectionStatisticsSnapshotDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NodeConnectionStatisticsSnapshotDto
impl RefUnwindSafe for NodeConnectionStatisticsSnapshotDto
impl Send for NodeConnectionStatisticsSnapshotDto
impl Sync for NodeConnectionStatisticsSnapshotDto
impl Unpin for NodeConnectionStatisticsSnapshotDto
impl UnsafeUnpin for NodeConnectionStatisticsSnapshotDto
impl UnwindSafe for NodeConnectionStatisticsSnapshotDto
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