pub struct PlanRef {
pub plan_id: NodeId,
pub step_index: usize,
}Expand description
Reference to a specific step within a Plan. Steps are sub-records of Plan nodes, not standalone nodes.
Fields§
§plan_id: NodeId§step_index: usizeTrait Implementations§
Source§impl<'de> Deserialize<'de> for PlanRef
impl<'de> Deserialize<'de> for PlanRef
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
Auto Trait Implementations§
impl Freeze for PlanRef
impl RefUnwindSafe for PlanRef
impl Send for PlanRef
impl Sync for PlanRef
impl Unpin for PlanRef
impl UnsafeUnpin for PlanRef
impl UnwindSafe for PlanRef
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