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