pub enum ParticipantSlotAllocationError {
IdentityLimit,
}Expand description
Invalid participant-slot allocation proof.
Variants§
IdentityLimit
Allocated index is outside the half-open 0..<I domain.
Trait Implementations§
Source§impl Clone for ParticipantSlotAllocationError
impl Clone for ParticipantSlotAllocationError
Source§fn clone(&self) -> ParticipantSlotAllocationError
fn clone(&self) -> ParticipantSlotAllocationError
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 ParticipantSlotAllocationError
impl Eq for ParticipantSlotAllocationError
impl StructuralPartialEq for ParticipantSlotAllocationError
Auto Trait Implementations§
impl Freeze for ParticipantSlotAllocationError
impl RefUnwindSafe for ParticipantSlotAllocationError
impl Send for ParticipantSlotAllocationError
impl Sync for ParticipantSlotAllocationError
impl Unpin for ParticipantSlotAllocationError
impl UnsafeUnpin for ParticipantSlotAllocationError
impl UnwindSafe for ParticipantSlotAllocationError
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