Struct aws_sdk_computeoptimizer::model::ReasonCodeSummary
source · [−]#[non_exhaustive]pub struct ReasonCodeSummary { /* private fields */ }
Expand description
A summary of a finding reason code.
Implementations
sourceimpl ReasonCodeSummary
impl ReasonCodeSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReasonCodeSummary
.
Trait Implementations
sourceimpl Clone for ReasonCodeSummary
impl Clone for ReasonCodeSummary
sourcefn clone(&self) -> ReasonCodeSummary
fn clone(&self) -> ReasonCodeSummary
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 ReasonCodeSummary
impl Debug for ReasonCodeSummary
sourceimpl PartialEq<ReasonCodeSummary> for ReasonCodeSummary
impl PartialEq<ReasonCodeSummary> for ReasonCodeSummary
sourcefn eq(&self, other: &ReasonCodeSummary) -> bool
fn eq(&self, other: &ReasonCodeSummary) -> bool
impl StructuralPartialEq for ReasonCodeSummary
Auto Trait Implementations
impl RefUnwindSafe for ReasonCodeSummary
impl Send for ReasonCodeSummary
impl Sync for ReasonCodeSummary
impl Unpin for ReasonCodeSummary
impl UnwindSafe for ReasonCodeSummary
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