pub struct Reveal {
pub sigslot: SigslotCommit,
pub participant: Participant,
}
Expand description
A single array position revealed as part of a state proof. It reveals an element of the signature array and the corresponding element of the participants array.
Fields§
§sigslot: SigslotCommit
§participant: Participant
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Reveal
impl<'de> Deserialize<'de> for Reveal
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
impl StructuralPartialEq for Reveal
Auto Trait Implementations§
impl Freeze for Reveal
impl RefUnwindSafe for Reveal
impl Send for Reveal
impl Sync for Reveal
impl Unpin for Reveal
impl UnwindSafe for Reveal
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