pub struct GetInfoNode {
pub alias: Option<String>,
pub pubkey: Option<String>,
pub color: Option<String>,
}Expand description
Get Info Node Response
Fields§
§alias: Option<String>Alias
pubkey: Option<String>Hex encoded public key
color: Option<String>Color
Trait Implementations§
Source§impl Clone for GetInfoNode
impl Clone for GetInfoNode
Source§fn clone(&self) -> GetInfoNode
fn clone(&self) -> GetInfoNode
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 GetInfoNode
impl Debug for GetInfoNode
Source§impl Hash for GetInfoNode
impl Hash for GetInfoNode
Source§impl Ord for GetInfoNode
impl Ord for GetInfoNode
Source§fn cmp(&self, other: &GetInfoNode) -> Ordering
fn cmp(&self, other: &GetInfoNode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetInfoNode
impl PartialEq for GetInfoNode
Source§impl PartialOrd for GetInfoNode
impl PartialOrd for GetInfoNode
impl Eq for GetInfoNode
impl StructuralPartialEq for GetInfoNode
Auto Trait Implementations§
impl Freeze for GetInfoNode
impl RefUnwindSafe for GetInfoNode
impl Send for GetInfoNode
impl Sync for GetInfoNode
impl Unpin for GetInfoNode
impl UnwindSafe for GetInfoNode
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