pub enum PurposeReviewPriority {
High,
Low,
}Expand description
Agent-facing priority for purpose curation.
Variants§
High
Curate during the default folder-first queue.
Low
Skip unless broad file-purpose cleanup was explicitly requested.
Trait Implementations§
Source§impl Clone for PurposeReviewPriority
impl Clone for PurposeReviewPriority
Source§fn clone(&self) -> PurposeReviewPriority
fn clone(&self) -> PurposeReviewPriority
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 PurposeReviewPriority
impl Debug for PurposeReviewPriority
Source§impl<'de> Deserialize<'de> for PurposeReviewPriority
impl<'de> Deserialize<'de> for PurposeReviewPriority
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 Display for PurposeReviewPriority
impl Display for PurposeReviewPriority
Source§impl PartialEq for PurposeReviewPriority
impl PartialEq for PurposeReviewPriority
Source§impl Serialize for PurposeReviewPriority
impl Serialize for PurposeReviewPriority
impl Copy for PurposeReviewPriority
impl Eq for PurposeReviewPriority
impl StructuralPartialEq for PurposeReviewPriority
Auto Trait Implementations§
impl Freeze for PurposeReviewPriority
impl RefUnwindSafe for PurposeReviewPriority
impl Send for PurposeReviewPriority
impl Sync for PurposeReviewPriority
impl Unpin for PurposeReviewPriority
impl UnwindSafe for PurposeReviewPriority
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
Compare self to
key and return true if they are equal.