pub struct AutomationsListParams {
pub project_cwd: Option<String>,
pub include_disabled: Option<bool>,
}Fields§
§project_cwd: Option<String>§include_disabled: Option<bool>Trait Implementations§
Source§impl Clone for AutomationsListParams
impl Clone for AutomationsListParams
Source§fn clone(&self) -> AutomationsListParams
fn clone(&self) -> AutomationsListParams
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 AutomationsListParams
impl Debug for AutomationsListParams
Source§impl Default for AutomationsListParams
impl Default for AutomationsListParams
Source§fn default() -> AutomationsListParams
fn default() -> AutomationsListParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutomationsListParams
impl<'de> Deserialize<'de> for AutomationsListParams
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 AutomationsListParams
impl RefUnwindSafe for AutomationsListParams
impl Send for AutomationsListParams
impl Sync for AutomationsListParams
impl Unpin for AutomationsListParams
impl UnsafeUnpin for AutomationsListParams
impl UnwindSafe for AutomationsListParams
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