pub enum AutomationScope {
Write,
Submit,
}Variants§
Trait Implementations§
Source§impl CandidType for AutomationScope
impl CandidType for AutomationScope
Source§impl Clone for AutomationScope
impl Clone for AutomationScope
Source§fn clone(&self) -> AutomationScope
fn clone(&self) -> AutomationScope
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 AutomationScope
impl Debug for AutomationScope
Source§impl<'de> Deserialize<'de> for AutomationScope
impl<'de> Deserialize<'de> for AutomationScope
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 From<AutomationScope> for ControllerScope
impl From<AutomationScope> for ControllerScope
Source§fn from(scope: AutomationScope) -> Self
fn from(scope: AutomationScope) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AutomationScope
impl RefUnwindSafe for AutomationScope
impl Send for AutomationScope
impl Sync for AutomationScope
impl Unpin for AutomationScope
impl UnsafeUnpin for AutomationScope
impl UnwindSafe for AutomationScope
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