pub struct Critique {
pub feedback: String,
}Expand description
A critique is a piece of free-form feedback targeting a peer’s proposal content.
Fields§
§feedback: StringTrait Implementations§
impl Eq for Critique
impl StructuralPartialEq for Critique
Auto Trait Implementations§
impl Freeze for Critique
impl RefUnwindSafe for Critique
impl Send for Critique
impl Sync for Critique
impl Unpin for Critique
impl UnsafeUnpin for Critique
impl UnwindSafe for Critique
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