pub enum AutoReviewDecisionSource {
Agent,
}Expand description
[UNSTABLE] Source that produced a terminal approval auto-review decision.
JSON schema
{
"description": "[UNSTABLE] Source that produced a terminal approval auto-review decision.",
"type": "string",
"enum": [
"agent"
]
}Variants§
Agent
Trait Implementations§
Source§impl Clone for AutoReviewDecisionSource
impl Clone for AutoReviewDecisionSource
Source§fn clone(&self) -> AutoReviewDecisionSource
fn clone(&self) -> AutoReviewDecisionSource
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 AutoReviewDecisionSource
impl Debug for AutoReviewDecisionSource
Source§impl<'de> Deserialize<'de> for AutoReviewDecisionSource
impl<'de> Deserialize<'de> for AutoReviewDecisionSource
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 AutoReviewDecisionSource
impl Display for AutoReviewDecisionSource
Source§impl FromStr for AutoReviewDecisionSource
impl FromStr for AutoReviewDecisionSource
Source§impl Hash for AutoReviewDecisionSource
impl Hash for AutoReviewDecisionSource
Source§impl Ord for AutoReviewDecisionSource
impl Ord for AutoReviewDecisionSource
Source§fn cmp(&self, other: &AutoReviewDecisionSource) -> Ordering
fn cmp(&self, other: &AutoReviewDecisionSource) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AutoReviewDecisionSource
impl PartialEq for AutoReviewDecisionSource
Source§fn eq(&self, other: &AutoReviewDecisionSource) -> bool
fn eq(&self, other: &AutoReviewDecisionSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AutoReviewDecisionSource
impl PartialOrd for AutoReviewDecisionSource
Source§impl Serialize for AutoReviewDecisionSource
impl Serialize for AutoReviewDecisionSource
Source§impl TryFrom<&String> for AutoReviewDecisionSource
impl TryFrom<&String> for AutoReviewDecisionSource
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for AutoReviewDecisionSource
impl TryFrom<&str> for AutoReviewDecisionSource
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for AutoReviewDecisionSource
impl TryFrom<String> for AutoReviewDecisionSource
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for AutoReviewDecisionSource
impl Eq for AutoReviewDecisionSource
impl StructuralPartialEq for AutoReviewDecisionSource
Auto Trait Implementations§
impl Freeze for AutoReviewDecisionSource
impl RefUnwindSafe for AutoReviewDecisionSource
impl Send for AutoReviewDecisionSource
impl Sync for AutoReviewDecisionSource
impl Unpin for AutoReviewDecisionSource
impl UnsafeUnpin for AutoReviewDecisionSource
impl UnwindSafe for AutoReviewDecisionSource
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§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.