pub enum ParallelScheduleErrorCode {
FanOutExceeded,
JoinWidthExceeded,
QueueDepthExceeded,
}Variants§
Trait Implementations§
Source§impl Clone for ParallelScheduleErrorCode
impl Clone for ParallelScheduleErrorCode
Source§fn clone(&self) -> ParallelScheduleErrorCode
fn clone(&self) -> ParallelScheduleErrorCode
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 ParallelScheduleErrorCode
Source§impl Debug for ParallelScheduleErrorCode
impl Debug for ParallelScheduleErrorCode
impl Eq for ParallelScheduleErrorCode
Source§impl Ord for ParallelScheduleErrorCode
impl Ord for ParallelScheduleErrorCode
Source§fn cmp(&self, other: &ParallelScheduleErrorCode) -> Ordering
fn cmp(&self, other: &ParallelScheduleErrorCode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for ParallelScheduleErrorCode
impl PartialOrd for ParallelScheduleErrorCode
impl StructuralPartialEq for ParallelScheduleErrorCode
Auto Trait Implementations§
impl Freeze for ParallelScheduleErrorCode
impl RefUnwindSafe for ParallelScheduleErrorCode
impl Send for ParallelScheduleErrorCode
impl Sync for ParallelScheduleErrorCode
impl Unpin for ParallelScheduleErrorCode
impl UnsafeUnpin for ParallelScheduleErrorCode
impl UnwindSafe for ParallelScheduleErrorCode
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