#[non_exhaustive]pub struct DescribeProblemOutput { /* private fields */ }
Implementations
sourceimpl DescribeProblemOutput
impl DescribeProblemOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProblemOutput
.
Trait Implementations
sourceimpl Clone for DescribeProblemOutput
impl Clone for DescribeProblemOutput
sourcefn clone(&self) -> DescribeProblemOutput
fn clone(&self) -> DescribeProblemOutput
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 DescribeProblemOutput
impl Debug for DescribeProblemOutput
sourceimpl PartialEq<DescribeProblemOutput> for DescribeProblemOutput
impl PartialEq<DescribeProblemOutput> for DescribeProblemOutput
sourcefn eq(&self, other: &DescribeProblemOutput) -> bool
fn eq(&self, other: &DescribeProblemOutput) -> bool
impl StructuralPartialEq for DescribeProblemOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeProblemOutput
impl Send for DescribeProblemOutput
impl Sync for DescribeProblemOutput
impl Unpin for DescribeProblemOutput
impl UnwindSafe for DescribeProblemOutput
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