pub enum AutoReviewDecisionSource {
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 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 Serialize for AutoReviewDecisionSource
impl Serialize 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