pub enum SimilarCodeActionType {
Inspect,
Review,
}Expand description
Read-only actions supported by the candidate workflow.
Variants§
Inspect
Build a bounded source-grounded inspect packet.
Review
Join this candidate with an external verdict document.
Trait Implementations§
Source§impl Clone for SimilarCodeActionType
impl Clone for SimilarCodeActionType
impl Copy for SimilarCodeActionType
Source§impl Debug for SimilarCodeActionType
impl Debug for SimilarCodeActionType
Source§impl<'de> Deserialize<'de> for SimilarCodeActionType
impl<'de> Deserialize<'de> for SimilarCodeActionType
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
impl Eq for SimilarCodeActionType
Source§impl PartialEq for SimilarCodeActionType
impl PartialEq for SimilarCodeActionType
Source§impl Serialize for SimilarCodeActionType
impl Serialize for SimilarCodeActionType
impl StructuralPartialEq for SimilarCodeActionType
Auto Trait Implementations§
impl Freeze for SimilarCodeActionType
impl RefUnwindSafe for SimilarCodeActionType
impl Send for SimilarCodeActionType
impl Sync for SimilarCodeActionType
impl Unpin for SimilarCodeActionType
impl UnsafeUnpin for SimilarCodeActionType
impl UnwindSafe for SimilarCodeActionType
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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.