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