pub struct GatesDeployPhase {
pub deploy_phase: DeployPhase,
pub deployment_input: Option<GatesDeploymentInput>,
}Fields§
§deploy_phase: DeployPhase§deployment_input: Option<GatesDeploymentInput>Implementations§
Trait Implementations§
Source§impl Clone for GatesDeployPhase
impl Clone for GatesDeployPhase
Source§fn clone(&self) -> GatesDeployPhase
fn clone(&self) -> GatesDeployPhase
Returns a copy 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 GatesDeployPhase
impl Debug for GatesDeployPhase
Source§impl Default for GatesDeployPhase
impl Default for GatesDeployPhase
Source§fn default() -> GatesDeployPhase
fn default() -> GatesDeployPhase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GatesDeployPhase
impl<'de> Deserialize<'de> for GatesDeployPhase
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
Source§impl PartialEq for GatesDeployPhase
impl PartialEq for GatesDeployPhase
Source§impl Serialize for GatesDeployPhase
impl Serialize for GatesDeployPhase
impl StructuralPartialEq for GatesDeployPhase
Auto Trait Implementations§
impl Freeze for GatesDeployPhase
impl RefUnwindSafe for GatesDeployPhase
impl Send for GatesDeployPhase
impl Sync for GatesDeployPhase
impl Unpin for GatesDeployPhase
impl UnwindSafe for GatesDeployPhase
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