pub enum EnrollmentCommitError {
Conversation,
BindingGeneration,
ReceiptInvariant,
}Expand description
Failure while committing a previously allocated enrollment.
Variants§
Conversation
Request and allocated slot name different conversations.
BindingGeneration
Allocated binding epoch is not generation one.
ReceiptInvariant
Canonical wire receipt rejected the supplied epoch.
Trait Implementations§
Source§impl Clone for EnrollmentCommitError
impl Clone for EnrollmentCommitError
Source§fn clone(&self) -> EnrollmentCommitError
fn clone(&self) -> EnrollmentCommitError
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 EnrollmentCommitError
Source§impl Debug for EnrollmentCommitError
impl Debug for EnrollmentCommitError
impl Eq for EnrollmentCommitError
Source§impl PartialEq for EnrollmentCommitError
impl PartialEq for EnrollmentCommitError
impl StructuralPartialEq for EnrollmentCommitError
Auto Trait Implementations§
impl Freeze for EnrollmentCommitError
impl RefUnwindSafe for EnrollmentCommitError
impl Send for EnrollmentCommitError
impl Sync for EnrollmentCommitError
impl Unpin for EnrollmentCommitError
impl UnsafeUnpin for EnrollmentCommitError
impl UnwindSafe for EnrollmentCommitError
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