pub enum LifecycleCommentKind {
Source,
Plan,
State,
Session,
Validation,
Review,
Closeout,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LifecycleCommentKind
impl Clone for LifecycleCommentKind
impl Copy for LifecycleCommentKind
Source§impl Debug for LifecycleCommentKind
impl Debug for LifecycleCommentKind
impl Eq for LifecycleCommentKind
Source§impl PartialEq for LifecycleCommentKind
impl PartialEq for LifecycleCommentKind
Source§impl Serialize for LifecycleCommentKind
impl Serialize for LifecycleCommentKind
impl StructuralPartialEq for LifecycleCommentKind
Source§impl ValueEnum for LifecycleCommentKind
impl ValueEnum for LifecycleCommentKind
Auto Trait Implementations§
impl Freeze for LifecycleCommentKind
impl RefUnwindSafe for LifecycleCommentKind
impl Send for LifecycleCommentKind
impl Sync for LifecycleCommentKind
impl Unpin for LifecycleCommentKind
impl UnsafeUnpin for LifecycleCommentKind
impl UnwindSafe for LifecycleCommentKind
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.