Struct vls_protocol::msgs::ValidateRevocation
source · pub struct ValidateRevocation {
pub commitment_number: u64,
pub commitment_secret: DisclosedSecret,
}
Expand description
Fields§
§commitment_number: u64
§commitment_secret: DisclosedSecret
Trait Implementations§
source§impl DeBolt for ValidateRevocation
impl DeBolt for ValidateRevocation
source§impl Debug for ValidateRevocation
impl Debug for ValidateRevocation
source§impl<'de> Deserialize<'de> for ValidateRevocation
impl<'de> Deserialize<'de> for ValidateRevocation
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 ValidateRevocation
impl Send for ValidateRevocation
impl Sync for ValidateRevocation
impl Unpin for ValidateRevocation
impl UnwindSafe for ValidateRevocation
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