pub enum AutonomousDecisionReviewState {
AutoApproved,
HumanReviewRequired,
ShadowOnly,
Blocked,
}Variants§
Trait Implementations§
Source§impl Clone for AutonomousDecisionReviewState
impl Clone for AutonomousDecisionReviewState
Source§fn clone(&self) -> AutonomousDecisionReviewState
fn clone(&self) -> AutonomousDecisionReviewState
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 moreimpl Copy for AutonomousDecisionReviewState
Source§impl<'de> Deserialize<'de> for AutonomousDecisionReviewState
impl<'de> Deserialize<'de> for AutonomousDecisionReviewState
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 AutonomousDecisionReviewState
Source§impl Hash for AutonomousDecisionReviewState
impl Hash for AutonomousDecisionReviewState
impl StructuralPartialEq for AutonomousDecisionReviewState
Auto Trait Implementations§
impl Freeze for AutonomousDecisionReviewState
impl RefUnwindSafe for AutonomousDecisionReviewState
impl Send for AutonomousDecisionReviewState
impl Sync for AutonomousDecisionReviewState
impl Unpin for AutonomousDecisionReviewState
impl UnsafeUnpin for AutonomousDecisionReviewState
impl UnwindSafe for AutonomousDecisionReviewState
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