pub struct MintedFencedAttach { /* private fields */ }Expand description
Successful one-use fenced proof mint.
Implementations§
Source§impl MintedFencedAttach
impl MintedFencedAttach
Sourcepub fn into_parts(self) -> (LiveFrontierOwner, FencedAttachCommit)
pub fn into_parts(self) -> (LiveFrontierOwner, FencedAttachCommit)
Consumes the result into the owner with spent marker authority and the sole proof admitted to the downstream by-value chain.
Trait Implementations§
Source§impl Debug for MintedFencedAttach
impl Debug for MintedFencedAttach
impl Eq for MintedFencedAttach
Source§impl PartialEq for MintedFencedAttach
impl PartialEq for MintedFencedAttach
impl StructuralPartialEq for MintedFencedAttach
Auto Trait Implementations§
impl Freeze for MintedFencedAttach
impl RefUnwindSafe for MintedFencedAttach
impl Send for MintedFencedAttach
impl Sync for MintedFencedAttach
impl Unpin for MintedFencedAttach
impl UnsafeUnpin for MintedFencedAttach
impl UnwindSafe for MintedFencedAttach
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