pub struct CanonicalSignedFiveLeafGenerationV2Input { /* private fields */ }Expand description
Complete signed input consumed by the only v2 verifier. The bytes and detached signature are returned intact on every failure.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CanonicalSignedFiveLeafGenerationV2Input
impl RefUnwindSafe for CanonicalSignedFiveLeafGenerationV2Input
impl Send for CanonicalSignedFiveLeafGenerationV2Input
impl Sync for CanonicalSignedFiveLeafGenerationV2Input
impl Unpin for CanonicalSignedFiveLeafGenerationV2Input
impl UnsafeUnpin for CanonicalSignedFiveLeafGenerationV2Input
impl UnwindSafe for CanonicalSignedFiveLeafGenerationV2Input
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