pub enum ObligationDebtOwnerError {
Episode(CursorEpisodeBuildError),
NonzeroAck(NonzeroParticipantAckCommitError),
NonzeroAckState,
}Expand description
Failure to couple a validated live frontier to its complete debt episode.
Variants§
Episode(CursorEpisodeBuildError)
Validated frontier/observer inputs could not form one exact episode.
NonzeroAck(NonzeroParticipantAckCommitError)
A nonzero commit did not apply to the exact coupled member/episode pair.
NonzeroAckState
A nonzero commit was attempted without one coherent Owed owner.
Trait Implementations§
Source§impl Clone for ObligationDebtOwnerError
impl Clone for ObligationDebtOwnerError
Source§fn clone(&self) -> ObligationDebtOwnerError
fn clone(&self) -> ObligationDebtOwnerError
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 ObligationDebtOwnerError
Source§impl Debug for ObligationDebtOwnerError
impl Debug for ObligationDebtOwnerError
impl Eq for ObligationDebtOwnerError
Source§impl PartialEq for ObligationDebtOwnerError
impl PartialEq for ObligationDebtOwnerError
impl StructuralPartialEq for ObligationDebtOwnerError
Auto Trait Implementations§
impl Freeze for ObligationDebtOwnerError
impl RefUnwindSafe for ObligationDebtOwnerError
impl Send for ObligationDebtOwnerError
impl Sync for ObligationDebtOwnerError
impl Unpin for ObligationDebtOwnerError
impl UnsafeUnpin for ObligationDebtOwnerError
impl UnwindSafe for ObligationDebtOwnerError
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