Struct vls_protocol::msgs::HsmdInit2Reply
source · pub struct HsmdInit2Reply {
pub node_id: PubKey,
pub bip32: ExtKey,
pub bolt12: PubKey,
}
Expand description
Fields§
§node_id: PubKey
§bip32: ExtKey
§bolt12: PubKey
Trait Implementations§
source§impl BigEndianEncodable for HsmdInit2Reply
impl BigEndianEncodable for HsmdInit2Reply
source§impl DeBolt for HsmdInit2Reply
impl DeBolt for HsmdInit2Reply
source§impl Debug for HsmdInit2Reply
impl Debug for HsmdInit2Reply
source§impl Decodable for HsmdInit2Reply
impl Decodable for HsmdInit2Reply
source§impl Encodable for HsmdInit2Reply
impl Encodable for HsmdInit2Reply
Auto Trait Implementations§
impl RefUnwindSafe for HsmdInit2Reply
impl Send for HsmdInit2Reply
impl Sync for HsmdInit2Reply
impl Unpin for HsmdInit2Reply
impl UnwindSafe for HsmdInit2Reply
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