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<'de> Deserialize<'de> for GetPerCommitmentPoint2Reply
impl<'de> Deserialize<'de> for GetPerCommitmentPoint2Reply
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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