pub struct ILPlan {
pub captures: Vec<CapId>,
pub operations: Vec<ILOperation>,
pub result: Box<ILExpression>,
}
Fields§
§captures: Vec<CapId>
§operations: Vec<ILOperation>
§result: Box<ILExpression>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ILPlan
impl<'de> Deserialize<'de> for ILPlan
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ILPlan
Auto Trait Implementations§
impl Freeze for ILPlan
impl RefUnwindSafe for ILPlan
impl Send for ILPlan
impl Sync for ILPlan
impl Unpin for ILPlan
impl UnwindSafe for ILPlan
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