pub enum FencedAttachMintRefusalReason {
MarkerAuthority,
ProofInputs,
}Expand description
Exact reason the owner could not mint a fenced attach proof.
Variants§
MarkerAuthority
The validated frontier did not own the selected delivered marker record, or that record authority was already consumed.
ProofInputs
Marker authority existed, but recovery/event/successor inputs disagreed.
Trait Implementations§
Source§impl Clone for FencedAttachMintRefusalReason
impl Clone for FencedAttachMintRefusalReason
Source§fn clone(&self) -> FencedAttachMintRefusalReason
fn clone(&self) -> FencedAttachMintRefusalReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FencedAttachMintRefusalReason
impl Eq for FencedAttachMintRefusalReason
impl StructuralPartialEq for FencedAttachMintRefusalReason
Auto Trait Implementations§
impl Freeze for FencedAttachMintRefusalReason
impl RefUnwindSafe for FencedAttachMintRefusalReason
impl Send for FencedAttachMintRefusalReason
impl Sync for FencedAttachMintRefusalReason
impl Unpin for FencedAttachMintRefusalReason
impl UnsafeUnpin for FencedAttachMintRefusalReason
impl UnwindSafe for FencedAttachMintRefusalReason
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