#[non_exhaustive]pub struct WorkerTypeSpecificationInput { /* private fields */ }
Expand description
The specifications for a worker type.
Implementations§
source§impl WorkerTypeSpecificationInput
impl WorkerTypeSpecificationInput
sourcepub fn image_configuration(&self) -> Option<&ImageConfigurationInput>
pub fn image_configuration(&self) -> Option<&ImageConfigurationInput>
The image configuration for a worker type.
source§impl WorkerTypeSpecificationInput
impl WorkerTypeSpecificationInput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkerTypeSpecificationInput
.
Trait Implementations§
source§impl Clone for WorkerTypeSpecificationInput
impl Clone for WorkerTypeSpecificationInput
source§fn clone(&self) -> WorkerTypeSpecificationInput
fn clone(&self) -> WorkerTypeSpecificationInput
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 WorkerTypeSpecificationInput
impl Debug for WorkerTypeSpecificationInput
source§impl PartialEq<WorkerTypeSpecificationInput> for WorkerTypeSpecificationInput
impl PartialEq<WorkerTypeSpecificationInput> for WorkerTypeSpecificationInput
source§fn eq(&self, other: &WorkerTypeSpecificationInput) -> bool
fn eq(&self, other: &WorkerTypeSpecificationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.