pub struct SuiteCleanupStep {Show 17 fields
pub step_type: String,
pub config_dir: String,
pub url: String,
pub env: String,
pub no_history: Option<bool>,
pub method: String,
pub path_template: String,
pub vars: Option<Value>,
pub token: String,
pub expect: Option<SuiteCleanupExpect>,
pub expect_status: Option<u16>,
pub expect_jq: String,
pub jwt: String,
pub op: String,
pub vars_jq: String,
pub vars_template: String,
pub allow_errors: bool,
}Fields§
§step_type: String§config_dir: String§url: String§env: String§no_history: Option<bool>§method: String§path_template: String§vars: Option<Value>§token: String§expect: Option<SuiteCleanupExpect>§expect_status: Option<u16>§expect_jq: String§jwt: String§op: String§vars_jq: String§vars_template: String§allow_errors: boolTrait Implementations§
Source§impl Clone for SuiteCleanupStep
impl Clone for SuiteCleanupStep
Source§fn clone(&self) -> SuiteCleanupStep
fn clone(&self) -> SuiteCleanupStep
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 SuiteCleanupStep
impl Debug for SuiteCleanupStep
Source§impl<'de> Deserialize<'de> for SuiteCleanupStep
impl<'de> Deserialize<'de> for SuiteCleanupStep
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 SuiteCleanupStep
impl RefUnwindSafe for SuiteCleanupStep
impl Send for SuiteCleanupStep
impl Sync for SuiteCleanupStep
impl Unpin for SuiteCleanupStep
impl UnsafeUnpin for SuiteCleanupStep
impl UnwindSafe for SuiteCleanupStep
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