#[non_exhaustive]pub struct GetMaintenanceWindowExecutionTaskInput { /* private fields */ }
Implementations
sourceimpl GetMaintenanceWindowExecutionTaskInput
impl GetMaintenanceWindowExecutionTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMaintenanceWindowExecutionTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMaintenanceWindowExecutionTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMaintenanceWindowExecutionTask
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMaintenanceWindowExecutionTaskInput
.
Trait Implementations
sourceimpl Clone for GetMaintenanceWindowExecutionTaskInput
impl Clone for GetMaintenanceWindowExecutionTaskInput
sourcefn clone(&self) -> GetMaintenanceWindowExecutionTaskInput
fn clone(&self) -> GetMaintenanceWindowExecutionTaskInput
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 PartialEq<GetMaintenanceWindowExecutionTaskInput> for GetMaintenanceWindowExecutionTaskInput
impl PartialEq<GetMaintenanceWindowExecutionTaskInput> for GetMaintenanceWindowExecutionTaskInput
sourcefn eq(&self, other: &GetMaintenanceWindowExecutionTaskInput) -> bool
fn eq(&self, other: &GetMaintenanceWindowExecutionTaskInput) -> bool
impl StructuralPartialEq for GetMaintenanceWindowExecutionTaskInput
Auto Trait Implementations
impl RefUnwindSafe for GetMaintenanceWindowExecutionTaskInput
impl Send for GetMaintenanceWindowExecutionTaskInput
impl Sync for GetMaintenanceWindowExecutionTaskInput
impl Unpin for GetMaintenanceWindowExecutionTaskInput
impl UnwindSafe for GetMaintenanceWindowExecutionTaskInput
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