pub struct FencedAttachVerificationRefusal<F> { /* private fields */ }Expand description
Fenced verification refusal that preserves both consumed authorities.
Implementations§
Source§impl<F> FencedAttachVerificationRefusal<F>
impl<F> FencedAttachVerificationRefusal<F>
Sourcepub const fn error(&self) -> AttachVerificationError
pub const fn error(&self) -> AttachVerificationError
Returns the typed verification error.
Sourcepub fn into_parts(self) -> (LiveMember<F>, FencedAttachCommit)
pub fn into_parts(self) -> (LiveMember<F>, FencedAttachCommit)
Returns the unchanged member and proof for same-lock serial retry.
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for FencedAttachVerificationRefusal<F>where
F: Freeze,
impl<F> RefUnwindSafe for FencedAttachVerificationRefusal<F>where
F: RefUnwindSafe,
impl<F> Send for FencedAttachVerificationRefusal<F>where
F: Send,
impl<F> Sync for FencedAttachVerificationRefusal<F>where
F: Sync,
impl<F> Unpin for FencedAttachVerificationRefusal<F>where
F: Unpin,
impl<F> UnsafeUnpin for FencedAttachVerificationRefusal<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for FencedAttachVerificationRefusal<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