pub struct AutomationsRunNowParams {
pub automation_id: AutomationId,
pub prompt_override: Option<String>,
}Fields§
§automation_id: AutomationId§prompt_override: Option<String>Trait Implementations§
Source§impl Clone for AutomationsRunNowParams
impl Clone for AutomationsRunNowParams
Source§fn clone(&self) -> AutomationsRunNowParams
fn clone(&self) -> AutomationsRunNowParams
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 AutomationsRunNowParams
impl Debug for AutomationsRunNowParams
Source§impl<'de> Deserialize<'de> for AutomationsRunNowParams
impl<'de> Deserialize<'de> for AutomationsRunNowParams
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
Auto Trait Implementations§
impl Freeze for AutomationsRunNowParams
impl RefUnwindSafe for AutomationsRunNowParams
impl Send for AutomationsRunNowParams
impl Sync for AutomationsRunNowParams
impl Unpin for AutomationsRunNowParams
impl UnsafeUnpin for AutomationsRunNowParams
impl UnwindSafe for AutomationsRunNowParams
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