Struct vls_protocol::msgs::NodeInfoReply
source · pub struct NodeInfoReply {
pub network_name: WireString,
pub node_id: PubKey,
pub bip32: ExtKey,
}
Expand description
Fields§
§network_name: WireString
§node_id: PubKey
§bip32: ExtKey
Trait Implementations§
source§impl DeBolt for NodeInfoReply
impl DeBolt for NodeInfoReply
source§impl Debug for NodeInfoReply
impl Debug for NodeInfoReply
source§impl<'de> Deserialize<'de> for NodeInfoReply
impl<'de> Deserialize<'de> for NodeInfoReply
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 RefUnwindSafe for NodeInfoReply
impl Send for NodeInfoReply
impl Sync for NodeInfoReply
impl Unpin for NodeInfoReply
impl UnwindSafe for NodeInfoReply
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