pub struct CompletionReport {
pub summary: String,
pub feedback: Option<String>,
}Expand description
What a reviewer reads a task against (DESIGN.md §8): the completion summary the current cycle came back with, and — on a task that has been sent back — the rejection feedback that summary answers.
Fields§
§summary: String§feedback: Option<String>Trait Implementations§
Source§impl Clone for CompletionReport
impl Clone for CompletionReport
Source§fn clone(&self) -> CompletionReport
fn clone(&self) -> CompletionReport
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 CompletionReport
impl Debug for CompletionReport
impl Eq for CompletionReport
Source§impl PartialEq for CompletionReport
impl PartialEq for CompletionReport
impl StructuralPartialEq for CompletionReport
Auto Trait Implementations§
impl Freeze for CompletionReport
impl RefUnwindSafe for CompletionReport
impl Send for CompletionReport
impl Sync for CompletionReport
impl Unpin for CompletionReport
impl UnsafeUnpin for CompletionReport
impl UnwindSafe for CompletionReport
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.