pub struct RunOnServerDeployPhase {
pub deploy_phase: DeployPhase,
pub deployment_input: Option<ServerDeploymentInput>,
}Expand description
Fields§
§deploy_phase: DeployPhase§deployment_input: Option<ServerDeploymentInput>Implementations§
Trait Implementations§
source§impl Clone for RunOnServerDeployPhase
impl Clone for RunOnServerDeployPhase
source§fn clone(&self) -> RunOnServerDeployPhase
fn clone(&self) -> RunOnServerDeployPhase
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 RunOnServerDeployPhase
impl Debug for RunOnServerDeployPhase
source§impl Default for RunOnServerDeployPhase
impl Default for RunOnServerDeployPhase
source§fn default() -> RunOnServerDeployPhase
fn default() -> RunOnServerDeployPhase
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RunOnServerDeployPhase
impl<'de> Deserialize<'de> for RunOnServerDeployPhase
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 RunOnServerDeployPhase
impl PartialEq for RunOnServerDeployPhase
source§fn eq(&self, other: &RunOnServerDeployPhase) -> bool
fn eq(&self, other: &RunOnServerDeployPhase) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RunOnServerDeployPhase
impl Serialize for RunOnServerDeployPhase
impl StructuralPartialEq for RunOnServerDeployPhase
Auto Trait Implementations§
impl RefUnwindSafe for RunOnServerDeployPhase
impl Send for RunOnServerDeployPhase
impl Sync for RunOnServerDeployPhase
impl Unpin for RunOnServerDeployPhase
impl UnwindSafe for RunOnServerDeployPhase
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