pub struct OrdinaryRecordProjectionFailure { /* private fields */ }Expand description
Recoverable noncommit from the consuming ordinary projection.
Implementations§
Source§impl OrdinaryRecordProjectionFailure
impl OrdinaryRecordProjectionFailure
Sourcepub const fn error(&self) -> &OrdinaryProjectionError
pub const fn error(&self) -> &OrdinaryProjectionError
Borrows the exact projection error.
Sourcepub const fn frontiers(&self) -> &ClaimFrontiers
pub const fn frontiers(&self) -> &ClaimFrontiers
Borrows the unchanged validated frontier aggregate.
Sourcepub const fn projection_input(&self) -> &OrdinaryRecordProjectionInput
pub const fn projection_input(&self) -> &OrdinaryRecordProjectionInput
Borrows the unchanged exact storage facts and signed limits.
Sourcepub fn into_parts(
self,
) -> (ClaimFrontiers, OrdinaryRecordProjectionInput, OrdinaryProjectionError)
pub fn into_parts( self, ) -> (ClaimFrontiers, OrdinaryRecordProjectionInput, OrdinaryProjectionError)
Recovers the unchanged projection prestate and selected error.
Trait Implementations§
impl Eq for OrdinaryRecordProjectionFailure
impl StructuralPartialEq for OrdinaryRecordProjectionFailure
Auto Trait Implementations§
impl Freeze for OrdinaryRecordProjectionFailure
impl RefUnwindSafe for OrdinaryRecordProjectionFailure
impl Send for OrdinaryRecordProjectionFailure
impl Sync for OrdinaryRecordProjectionFailure
impl Unpin for OrdinaryRecordProjectionFailure
impl UnsafeUnpin for OrdinaryRecordProjectionFailure
impl UnwindSafe for OrdinaryRecordProjectionFailure
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