pub enum BindingFateMeasurementError {
Token,
Conversation,
Participant,
Binding,
Terminal,
ObserverProgress,
ResultingFloor,
OwnerTransition,
}Expand description
Typed reason protocol-owned binding-fate measurement refused.
Variants§
Token
The sealed token has no unique ordinary or recovered authority.
Conversation
The token names a different conversation.
Participant
The token’s participant is absent from the coupled frontier.
Binding
The token’s binding epoch or cursor disagrees with the coupled frontier.
Terminal
Ordinary/recovered terminal input disagrees with the token class.
ObserverProgress
Hard observer progress exceeds the candidate high watermark.
ResultingFloor
The measured checked floor is outside the delivery-sequence domain.
OwnerTransition
The coupled frontier, retained charges, or closure baseline refused installation.
Trait Implementations§
Source§impl Clone for BindingFateMeasurementError
impl Clone for BindingFateMeasurementError
Source§fn clone(&self) -> BindingFateMeasurementError
fn clone(&self) -> BindingFateMeasurementError
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 BindingFateMeasurementError
Source§impl Debug for BindingFateMeasurementError
impl Debug for BindingFateMeasurementError
impl Eq for BindingFateMeasurementError
impl StructuralPartialEq for BindingFateMeasurementError
Auto Trait Implementations§
impl Freeze for BindingFateMeasurementError
impl RefUnwindSafe for BindingFateMeasurementError
impl Send for BindingFateMeasurementError
impl Sync for BindingFateMeasurementError
impl Unpin for BindingFateMeasurementError
impl UnsafeUnpin for BindingFateMeasurementError
impl UnwindSafe for BindingFateMeasurementError
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