pub struct DebugNodeInfoResponse {
pub success: bool,
pub message: String,
pub data: Option<DebugNodeInfo>,
}Fields§
§success: bool§message: String§data: Option<DebugNodeInfo>Trait Implementations§
Source§impl Clone for DebugNodeInfoResponse
impl Clone for DebugNodeInfoResponse
Source§fn clone(&self) -> DebugNodeInfoResponse
fn clone(&self) -> DebugNodeInfoResponse
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 Debug for DebugNodeInfoResponse
impl Debug for DebugNodeInfoResponse
Source§impl<'de> Deserialize<'de> for DebugNodeInfoResponse
impl<'de> Deserialize<'de> for DebugNodeInfoResponse
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 DebugNodeInfoResponse
impl RefUnwindSafe for DebugNodeInfoResponse
impl Send for DebugNodeInfoResponse
impl Sync for DebugNodeInfoResponse
impl Unpin for DebugNodeInfoResponse
impl UnsafeUnpin for DebugNodeInfoResponse
impl UnwindSafe for DebugNodeInfoResponse
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