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