pub struct UpdateAutomationOptions { /* private fields */ }Implementations§
Source§impl UpdateAutomationOptions
impl UpdateAutomationOptions
pub fn new() -> Self
pub fn with_name(self, name: &str) -> Self
pub fn with_status(self, status: AutomationStatus) -> Self
pub fn with_steps(self, steps: Vec<Step>) -> Self
pub fn with_connections(self, connections: Vec<Connection>) -> Self
Trait Implementations§
Source§impl Clone for UpdateAutomationOptions
impl Clone for UpdateAutomationOptions
Source§fn clone(&self) -> UpdateAutomationOptions
fn clone(&self) -> UpdateAutomationOptions
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 moreSource§impl Debug for UpdateAutomationOptions
impl Debug for UpdateAutomationOptions
Source§impl Default for UpdateAutomationOptions
impl Default for UpdateAutomationOptions
Source§fn default() -> UpdateAutomationOptions
fn default() -> UpdateAutomationOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateAutomationOptions
impl RefUnwindSafe for UpdateAutomationOptions
impl Send for UpdateAutomationOptions
impl Sync for UpdateAutomationOptions
impl Unpin for UpdateAutomationOptions
impl UnsafeUnpin for UpdateAutomationOptions
impl UnwindSafe for UpdateAutomationOptions
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