pub struct AdvisoryPlan {
pub description: String,
}Expand description
An advisory-only plan that produces no promotable evidence.
Fields§
§description: StringTrait Implementations§
Source§impl Clone for AdvisoryPlan
impl Clone for AdvisoryPlan
Source§fn clone(&self) -> AdvisoryPlan
fn clone(&self) -> AdvisoryPlan
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 AdvisoryPlan
impl Debug for AdvisoryPlan
impl Eq for AdvisoryPlan
Source§impl PartialEq for AdvisoryPlan
impl PartialEq for AdvisoryPlan
Source§fn eq(&self, other: &AdvisoryPlan) -> bool
fn eq(&self, other: &AdvisoryPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AdvisoryPlan
Auto Trait Implementations§
impl Freeze for AdvisoryPlan
impl RefUnwindSafe for AdvisoryPlan
impl Send for AdvisoryPlan
impl Sync for AdvisoryPlan
impl Unpin for AdvisoryPlan
impl UnsafeUnpin for AdvisoryPlan
impl UnwindSafe for AdvisoryPlan
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§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.