Struct aws_sdk_emrserverless::model::AutoStartConfig
source · [−]#[non_exhaustive]pub struct AutoStartConfig { /* private fields */ }
Expand description
The configuration for an application to automatically start on job submission.
Implementations
sourceimpl AutoStartConfig
impl AutoStartConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoStartConfig
.
Trait Implementations
sourceimpl Clone for AutoStartConfig
impl Clone for AutoStartConfig
sourcefn clone(&self) -> AutoStartConfig
fn clone(&self) -> AutoStartConfig
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 AutoStartConfig
impl Debug for AutoStartConfig
sourceimpl PartialEq<AutoStartConfig> for AutoStartConfig
impl PartialEq<AutoStartConfig> for AutoStartConfig
sourcefn eq(&self, other: &AutoStartConfig) -> bool
fn eq(&self, other: &AutoStartConfig) -> bool
impl StructuralPartialEq for AutoStartConfig
Auto Trait Implementations
impl RefUnwindSafe for AutoStartConfig
impl Send for AutoStartConfig
impl Sync for AutoStartConfig
impl Unpin for AutoStartConfig
impl UnwindSafe for AutoStartConfig
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