pub struct ExecutionPlanAssemblyReportV1 {
pub scope: &'static str,
pub plan: AiDENsAppPlanV1,
pub reason_codes: Vec<String>,
}Fields§
§scope: &'static str§plan: AiDENsAppPlanV1§reason_codes: Vec<String>Trait Implementations§
Source§impl Clone for ExecutionPlanAssemblyReportV1
impl Clone for ExecutionPlanAssemblyReportV1
Source§fn clone(&self) -> ExecutionPlanAssemblyReportV1
fn clone(&self) -> ExecutionPlanAssemblyReportV1
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 Eq for ExecutionPlanAssemblyReportV1
Source§impl PartialEq for ExecutionPlanAssemblyReportV1
impl PartialEq for ExecutionPlanAssemblyReportV1
Source§fn eq(&self, other: &ExecutionPlanAssemblyReportV1) -> bool
fn eq(&self, other: &ExecutionPlanAssemblyReportV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionPlanAssemblyReportV1
Auto Trait Implementations§
impl Freeze for ExecutionPlanAssemblyReportV1
impl RefUnwindSafe for ExecutionPlanAssemblyReportV1
impl Send for ExecutionPlanAssemblyReportV1
impl Sync for ExecutionPlanAssemblyReportV1
impl Unpin for ExecutionPlanAssemblyReportV1
impl UnsafeUnpin for ExecutionPlanAssemblyReportV1
impl UnwindSafe for ExecutionPlanAssemblyReportV1
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