pub struct VerifiedAttachCommit<F> { /* private fields */ }Expand description
Successful attach proof; fields are private so only mode verification mints it.
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for VerifiedAttachCommit<F>where
F: Freeze,
impl<F> RefUnwindSafe for VerifiedAttachCommit<F>where
F: RefUnwindSafe,
impl<F> Send for VerifiedAttachCommit<F>where
F: Send,
impl<F> Sync for VerifiedAttachCommit<F>where
F: Sync,
impl<F> Unpin for VerifiedAttachCommit<F>where
F: Unpin,
impl<F> UnsafeUnpin for VerifiedAttachCommit<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for VerifiedAttachCommit<F>where
F: UnwindSafe,
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