pub struct ParallelScheduleError {
pub code: ParallelScheduleErrorCode,
pub message: String,
pub path: String,
}Fields§
§code: ParallelScheduleErrorCode§message: String§path: StringTrait Implementations§
Source§impl Clone for ParallelScheduleError
impl Clone for ParallelScheduleError
Source§fn clone(&self) -> ParallelScheduleError
fn clone(&self) -> ParallelScheduleError
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 moreSource§impl Debug for ParallelScheduleError
impl Debug for ParallelScheduleError
impl Eq for ParallelScheduleError
Source§impl PartialEq for ParallelScheduleError
impl PartialEq for ParallelScheduleError
Source§impl Serialize for ParallelScheduleError
impl Serialize for ParallelScheduleError
impl StructuralPartialEq for ParallelScheduleError
Auto Trait Implementations§
impl Freeze for ParallelScheduleError
impl RefUnwindSafe for ParallelScheduleError
impl Send for ParallelScheduleError
impl Sync for ParallelScheduleError
impl Unpin for ParallelScheduleError
impl UnsafeUnpin for ParallelScheduleError
impl UnwindSafe for ParallelScheduleError
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