pub struct LoadNodeResponse {
pub success: bool,
pub error_message: String,
pub full_node_name: String,
pub unique_id: u64,
}Fields§
§success: bool§error_message: String§full_node_name: String§unique_id: u64Trait Implementations§
Source§impl Clone for LoadNodeResponse
impl Clone for LoadNodeResponse
Source§fn clone(&self) -> LoadNodeResponse
fn clone(&self) -> LoadNodeResponse
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 LoadNodeResponse
impl Debug for LoadNodeResponse
Source§impl Default for LoadNodeResponse
impl Default for LoadNodeResponse
Source§impl<'de> Deserialize<'de> for LoadNodeResponse
impl<'de> Deserialize<'de> for LoadNodeResponse
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 PartialEq for LoadNodeResponse
impl PartialEq for LoadNodeResponse
Source§impl Serialize for LoadNodeResponse
impl Serialize for LoadNodeResponse
impl Message for LoadNodeResponse
impl StructuralPartialEq for LoadNodeResponse
Auto Trait Implementations§
impl Freeze for LoadNodeResponse
impl RefUnwindSafe for LoadNodeResponse
impl Send for LoadNodeResponse
impl Sync for LoadNodeResponse
impl Unpin for LoadNodeResponse
impl UnwindSafe for LoadNodeResponse
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