Struct quil_rs::program::graph::ScheduleError
source · pub struct ScheduleError {
pub instruction_index: Option<usize>,
pub instruction: Instruction,
pub variant: ScheduleErrorVariant,
}
Fields§
§instruction_index: Option<usize>
§instruction: Instruction
§variant: ScheduleErrorVariant
Trait Implementations§
source§impl Clone for ScheduleError
impl Clone for ScheduleError
source§fn clone(&self) -> ScheduleError
fn clone(&self) -> ScheduleError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ScheduleError
impl Send for ScheduleError
impl Sync for ScheduleError
impl Unpin for ScheduleError
impl UnwindSafe for ScheduleError
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