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