Struct vls_protocol::msgs::HsmdDevPreinitReply
source · pub struct HsmdDevPreinitReply {
pub node_id: PubKey,
}
Fields§
§node_id: PubKey
The derived nodeid (or generated if none was supplied)
Trait Implementations§
source§impl DeBolt for HsmdDevPreinitReply
impl DeBolt for HsmdDevPreinitReply
source§impl Debug for HsmdDevPreinitReply
impl Debug for HsmdDevPreinitReply
source§impl Decodable for HsmdDevPreinitReply
impl Decodable for HsmdDevPreinitReply
source§impl Encodable for HsmdDevPreinitReply
impl Encodable for HsmdDevPreinitReply
Auto Trait Implementations§
impl RefUnwindSafe for HsmdDevPreinitReply
impl Send for HsmdDevPreinitReply
impl Sync for HsmdDevPreinitReply
impl Unpin for HsmdDevPreinitReply
impl UnwindSafe for HsmdDevPreinitReply
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