pub enum AutonomousRollbackAction {
SwitchToSafeState,
CancelPendingExecution,
RequireHumanApproval,
RevertToDelegatedAuthority,
FreezeModelVersion,
}Variants§
SwitchToSafeState
CancelPendingExecution
RequireHumanApproval
RevertToDelegatedAuthority
FreezeModelVersion
Trait Implementations§
Source§impl Clone for AutonomousRollbackAction
impl Clone for AutonomousRollbackAction
Source§fn clone(&self) -> AutonomousRollbackAction
fn clone(&self) -> AutonomousRollbackAction
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 AutonomousRollbackAction
impl Debug for AutonomousRollbackAction
Source§impl<'de> Deserialize<'de> for AutonomousRollbackAction
impl<'de> Deserialize<'de> for AutonomousRollbackAction
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 Hash for AutonomousRollbackAction
impl Hash for AutonomousRollbackAction
Source§impl PartialEq for AutonomousRollbackAction
impl PartialEq for AutonomousRollbackAction
Source§impl Serialize for AutonomousRollbackAction
impl Serialize for AutonomousRollbackAction
impl Copy for AutonomousRollbackAction
impl Eq for AutonomousRollbackAction
impl StructuralPartialEq for AutonomousRollbackAction
Auto Trait Implementations§
impl Freeze for AutonomousRollbackAction
impl RefUnwindSafe for AutonomousRollbackAction
impl Send for AutonomousRollbackAction
impl Sync for AutonomousRollbackAction
impl Unpin for AutonomousRollbackAction
impl UnsafeUnpin for AutonomousRollbackAction
impl UnwindSafe for AutonomousRollbackAction
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