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