Struct vls_protocol::msgs::GetPerCommitmentPoint2
source · pub struct GetPerCommitmentPoint2 {
pub commitment_number: u64,
}
Expand description
Get per-commitment point LDK only
Fields§
§commitment_number: u64
Trait Implementations§
source§impl DeBolt for GetPerCommitmentPoint2
impl DeBolt for GetPerCommitmentPoint2
source§impl Debug for GetPerCommitmentPoint2
impl Debug for GetPerCommitmentPoint2
source§impl Decodable for GetPerCommitmentPoint2
impl Decodable for GetPerCommitmentPoint2
source§impl Encodable for GetPerCommitmentPoint2
impl Encodable for GetPerCommitmentPoint2
Auto Trait Implementations§
impl RefUnwindSafe for GetPerCommitmentPoint2
impl Send for GetPerCommitmentPoint2
impl Sync for GetPerCommitmentPoint2
impl Unpin for GetPerCommitmentPoint2
impl UnwindSafe for GetPerCommitmentPoint2
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