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