pub struct ReflectionPolicy {
pub completed_tasks_before_review: usize,
pub failed_tasks_before_replan: usize,
}Fields§
§completed_tasks_before_review: usize§failed_tasks_before_replan: usizeTrait Implementations§
Source§impl Clone for ReflectionPolicy
impl Clone for ReflectionPolicy
Source§fn clone(&self) -> ReflectionPolicy
fn clone(&self) -> ReflectionPolicy
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 ReflectionPolicy
impl Debug for ReflectionPolicy
Source§impl Default for ReflectionPolicy
impl Default for ReflectionPolicy
Source§impl PartialEq for ReflectionPolicy
impl PartialEq for ReflectionPolicy
Source§fn eq(&self, other: &ReflectionPolicy) -> bool
fn eq(&self, other: &ReflectionPolicy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ReflectionPolicy
impl StructuralPartialEq for ReflectionPolicy
Auto Trait Implementations§
impl Freeze for ReflectionPolicy
impl RefUnwindSafe for ReflectionPolicy
impl Send for ReflectionPolicy
impl Sync for ReflectionPolicy
impl Unpin for ReflectionPolicy
impl UnsafeUnpin for ReflectionPolicy
impl UnwindSafe for ReflectionPolicy
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