pub struct CompositionPlanReport {
pub missing_sections: Vec<&'static str>,
pub candidate_names: BTreeSet<String>,
pub missing_guidance: Vec<&'static str>,
}Fields§
§missing_sections: Vec<&'static str>§candidate_names: BTreeSet<String>§missing_guidance: Vec<&'static str>Implementations§
Trait Implementations§
Source§impl Clone for CompositionPlanReport
impl Clone for CompositionPlanReport
Source§fn clone(&self) -> CompositionPlanReport
fn clone(&self) -> CompositionPlanReport
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 CompositionPlanReport
impl Debug for CompositionPlanReport
impl Eq for CompositionPlanReport
Source§impl PartialEq for CompositionPlanReport
impl PartialEq for CompositionPlanReport
Source§fn eq(&self, other: &CompositionPlanReport) -> bool
fn eq(&self, other: &CompositionPlanReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompositionPlanReport
Auto Trait Implementations§
impl Freeze for CompositionPlanReport
impl RefUnwindSafe for CompositionPlanReport
impl Send for CompositionPlanReport
impl Sync for CompositionPlanReport
impl Unpin for CompositionPlanReport
impl UnsafeUnpin for CompositionPlanReport
impl UnwindSafe for CompositionPlanReport
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
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.