pub struct PutNetworkDiagnostics {
pub report: DiagnosticsReport,
}Expand description
Publishing network diagnostics
Fields§
§report: DiagnosticsReportTrait Implementations§
Source§impl Channels<IrohServicesProtocol> for PutNetworkDiagnostics
impl Channels<IrohServicesProtocol> for PutNetworkDiagnostics
Source§impl Debug for PutNetworkDiagnostics
impl Debug for PutNetworkDiagnostics
Source§impl<'de> Deserialize<'de> for PutNetworkDiagnostics
impl<'de> Deserialize<'de> for PutNetworkDiagnostics
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<PutNetworkDiagnostics> for IrohServicesProtocol
impl From<PutNetworkDiagnostics> for IrohServicesProtocol
Source§fn from(value: PutNetworkDiagnostics) -> Self
fn from(value: PutNetworkDiagnostics) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PutNetworkDiagnostics
impl RefUnwindSafe for PutNetworkDiagnostics
impl Send for PutNetworkDiagnostics
impl Sync for PutNetworkDiagnostics
impl Unpin for PutNetworkDiagnostics
impl UnwindSafe for PutNetworkDiagnostics
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