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