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
source§impl Decodable for SignChannelAnnouncementReply
impl Decodable for SignChannelAnnouncementReply
source§impl Encodable for SignChannelAnnouncementReply
impl Encodable for SignChannelAnnouncementReply
Auto Trait Implementations§
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