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