pub enum SetAutomationOverrideMethod {
SetAutomationOverride,
}Variants§
SetAutomationOverride
Trait Implementations§
Source§impl Clone for SetAutomationOverrideMethod
impl Clone for SetAutomationOverrideMethod
Source§fn clone(&self) -> SetAutomationOverrideMethod
fn clone(&self) -> SetAutomationOverrideMethod
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 SetAutomationOverrideMethod
impl Debug for SetAutomationOverrideMethod
Source§impl<'de> Deserialize<'de> for SetAutomationOverrideMethod
impl<'de> Deserialize<'de> for SetAutomationOverrideMethod
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 StructuralPartialEq for SetAutomationOverrideMethod
Auto Trait Implementations§
impl Freeze for SetAutomationOverrideMethod
impl RefUnwindSafe for SetAutomationOverrideMethod
impl Send for SetAutomationOverrideMethod
impl Sync for SetAutomationOverrideMethod
impl Unpin for SetAutomationOverrideMethod
impl UnsafeUnpin for SetAutomationOverrideMethod
impl UnwindSafe for SetAutomationOverrideMethod
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