Struct aws_sdk_glue::operation::put_workflow_run_properties::builders::PutWorkflowRunPropertiesOutputBuilder
source · #[non_exhaustive]pub struct PutWorkflowRunPropertiesOutputBuilder { /* private fields */ }Expand description
A builder for PutWorkflowRunPropertiesOutput.
Implementations§
source§impl PutWorkflowRunPropertiesOutputBuilder
impl PutWorkflowRunPropertiesOutputBuilder
sourcepub fn build(self) -> PutWorkflowRunPropertiesOutput
pub fn build(self) -> PutWorkflowRunPropertiesOutput
Consumes the builder and constructs a PutWorkflowRunPropertiesOutput.
Trait Implementations§
source§impl Clone for PutWorkflowRunPropertiesOutputBuilder
impl Clone for PutWorkflowRunPropertiesOutputBuilder
source§fn clone(&self) -> PutWorkflowRunPropertiesOutputBuilder
fn clone(&self) -> PutWorkflowRunPropertiesOutputBuilder
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 Default for PutWorkflowRunPropertiesOutputBuilder
impl Default for PutWorkflowRunPropertiesOutputBuilder
source§fn default() -> PutWorkflowRunPropertiesOutputBuilder
fn default() -> PutWorkflowRunPropertiesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PutWorkflowRunPropertiesOutputBuilder> for PutWorkflowRunPropertiesOutputBuilder
impl PartialEq<PutWorkflowRunPropertiesOutputBuilder> for PutWorkflowRunPropertiesOutputBuilder
source§fn eq(&self, other: &PutWorkflowRunPropertiesOutputBuilder) -> bool
fn eq(&self, other: &PutWorkflowRunPropertiesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutWorkflowRunPropertiesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutWorkflowRunPropertiesOutputBuilder
impl Send for PutWorkflowRunPropertiesOutputBuilder
impl Sync for PutWorkflowRunPropertiesOutputBuilder
impl Unpin for PutWorkflowRunPropertiesOutputBuilder
impl UnwindSafe for PutWorkflowRunPropertiesOutputBuilder
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