Struct aws_sdk_ssoadmin::operation::create_application_assignment::builders::CreateApplicationAssignmentOutputBuilder
source · #[non_exhaustive]pub struct CreateApplicationAssignmentOutputBuilder { /* private fields */ }
Expand description
A builder for CreateApplicationAssignmentOutput
.
Implementations§
source§impl CreateApplicationAssignmentOutputBuilder
impl CreateApplicationAssignmentOutputBuilder
sourcepub fn build(self) -> CreateApplicationAssignmentOutput
pub fn build(self) -> CreateApplicationAssignmentOutput
Consumes the builder and constructs a CreateApplicationAssignmentOutput
.
Trait Implementations§
source§impl Clone for CreateApplicationAssignmentOutputBuilder
impl Clone for CreateApplicationAssignmentOutputBuilder
source§fn clone(&self) -> CreateApplicationAssignmentOutputBuilder
fn clone(&self) -> CreateApplicationAssignmentOutputBuilder
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 CreateApplicationAssignmentOutputBuilder
impl Default for CreateApplicationAssignmentOutputBuilder
source§fn default() -> CreateApplicationAssignmentOutputBuilder
fn default() -> CreateApplicationAssignmentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateApplicationAssignmentOutputBuilder
impl PartialEq for CreateApplicationAssignmentOutputBuilder
source§fn eq(&self, other: &CreateApplicationAssignmentOutputBuilder) -> bool
fn eq(&self, other: &CreateApplicationAssignmentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateApplicationAssignmentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateApplicationAssignmentOutputBuilder
impl Send for CreateApplicationAssignmentOutputBuilder
impl Sync for CreateApplicationAssignmentOutputBuilder
impl Unpin for CreateApplicationAssignmentOutputBuilder
impl UnwindSafe for CreateApplicationAssignmentOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.