Struct vls_protocol::msgs::SignChannelAnnouncementReply
source · pub struct SignChannelAnnouncementReply {
pub node_signature: Signature,
pub bitcoin_signature: Signature,
}
Expand description
Fields§
§node_signature: Signature
§bitcoin_signature: Signature
Trait Implementations§
source§impl Debug for SignChannelAnnouncementReply
impl Debug for SignChannelAnnouncementReply
Auto Trait Implementations§
impl Freeze for SignChannelAnnouncementReply
impl RefUnwindSafe for SignChannelAnnouncementReply
impl Send for SignChannelAnnouncementReply
impl Sync for SignChannelAnnouncementReply
impl Unpin for SignChannelAnnouncementReply
impl UnwindSafe for SignChannelAnnouncementReply
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