Struct aws_sdk_emrserverless::model::WorkerResourceConfig
source · [−]#[non_exhaustive]pub struct WorkerResourceConfig { /* private fields */ }
Expand description
The cumulative configuration requirements for every worker instance of the worker type.
Implementations
sourceimpl WorkerResourceConfig
impl WorkerResourceConfig
sourceimpl WorkerResourceConfig
impl WorkerResourceConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture WorkerResourceConfig
.
Trait Implementations
sourceimpl Clone for WorkerResourceConfig
impl Clone for WorkerResourceConfig
sourcefn clone(&self) -> WorkerResourceConfig
fn clone(&self) -> WorkerResourceConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WorkerResourceConfig
impl Debug for WorkerResourceConfig
sourceimpl PartialEq<WorkerResourceConfig> for WorkerResourceConfig
impl PartialEq<WorkerResourceConfig> for WorkerResourceConfig
sourcefn eq(&self, other: &WorkerResourceConfig) -> bool
fn eq(&self, other: &WorkerResourceConfig) -> bool
impl StructuralPartialEq for WorkerResourceConfig
Auto Trait Implementations
impl RefUnwindSafe for WorkerResourceConfig
impl Send for WorkerResourceConfig
impl Sync for WorkerResourceConfig
impl Unpin for WorkerResourceConfig
impl UnwindSafe for WorkerResourceConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more