pub enum SummaryKind {
IntentSummary,
VerifierResults,
DesignRationale,
}Expand description
PSP-5 Phase 3: Kind of semantic summary being digested
Variants§
IntentSummary
Intent summary from parent/architect
VerifierResults
Verifier results summary
DesignRationale
Design rationale
Trait Implementations§
Source§impl Clone for SummaryKind
impl Clone for SummaryKind
Source§fn clone(&self) -> SummaryKind
fn clone(&self) -> SummaryKind
Returns a duplicate of the value. Read more
1.0.0 · 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 SummaryKind
impl Debug for SummaryKind
Source§impl<'de> Deserialize<'de> for SummaryKind
impl<'de> Deserialize<'de> for SummaryKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SummaryKind
impl PartialEq for SummaryKind
Source§impl Serialize for SummaryKind
impl Serialize for SummaryKind
impl Copy for SummaryKind
impl Eq for SummaryKind
impl StructuralPartialEq for SummaryKind
Auto Trait Implementations§
impl Freeze for SummaryKind
impl RefUnwindSafe for SummaryKind
impl Send for SummaryKind
impl Sync for SummaryKind
impl Unpin for SummaryKind
impl UnsafeUnpin for SummaryKind
impl UnwindSafe for SummaryKind
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.