pub struct Proposal {
pub class: ChangeClass,
pub change: String,
pub metric: Metric,
pub rationale: String,
}Expand description
A candidate change, as the diagnostician wrote it.
Fields§
§class: ChangeClass§change: String§metric: Metric§rationale: StringTrait Implementations§
impl StructuralPartialEq for Proposal
Auto Trait Implementations§
impl Freeze for Proposal
impl RefUnwindSafe for Proposal
impl Send for Proposal
impl Sync for Proposal
impl Unpin for Proposal
impl UnsafeUnpin for Proposal
impl UnwindSafe for Proposal
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