pub struct PlanReflectionConfig {
pub enabled: bool,
pub on_step_failure: StepFailureAction,
pub max_replans: u32,
}Fields§
§enabled: bool§on_step_failure: StepFailureAction§max_replans: u32Trait Implementations§
Source§impl Clone for PlanReflectionConfig
impl Clone for PlanReflectionConfig
Source§fn clone(&self) -> PlanReflectionConfig
fn clone(&self) -> PlanReflectionConfig
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 PlanReflectionConfig
impl Debug for PlanReflectionConfig
Source§impl Default for PlanReflectionConfig
impl Default for PlanReflectionConfig
Source§impl<'de> Deserialize<'de> for PlanReflectionConfig
impl<'de> Deserialize<'de> for PlanReflectionConfig
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 PlanReflectionConfig
impl RefUnwindSafe for PlanReflectionConfig
impl Send for PlanReflectionConfig
impl Sync for PlanReflectionConfig
impl Unpin for PlanReflectionConfig
impl UnsafeUnpin for PlanReflectionConfig
impl UnwindSafe for PlanReflectionConfig
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