Struct aws_sdk_devopsguru::output::DescribeFeedbackOutput
source · [−]#[non_exhaustive]pub struct DescribeFeedbackOutput { /* private fields */ }
Implementations
sourceimpl DescribeFeedbackOutput
impl DescribeFeedbackOutput
sourcepub fn insight_feedback(&self) -> Option<&InsightFeedback>
pub fn insight_feedback(&self) -> Option<&InsightFeedback>
Information about insight feedback received from a customer.
sourceimpl DescribeFeedbackOutput
impl DescribeFeedbackOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeFeedbackOutput
.
Trait Implementations
sourceimpl Clone for DescribeFeedbackOutput
impl Clone for DescribeFeedbackOutput
sourcefn clone(&self) -> DescribeFeedbackOutput
fn clone(&self) -> DescribeFeedbackOutput
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 DescribeFeedbackOutput
impl Debug for DescribeFeedbackOutput
sourceimpl PartialEq<DescribeFeedbackOutput> for DescribeFeedbackOutput
impl PartialEq<DescribeFeedbackOutput> for DescribeFeedbackOutput
sourcefn eq(&self, other: &DescribeFeedbackOutput) -> bool
fn eq(&self, other: &DescribeFeedbackOutput) -> bool
impl StructuralPartialEq for DescribeFeedbackOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeFeedbackOutput
impl Send for DescribeFeedbackOutput
impl Sync for DescribeFeedbackOutput
impl Unpin for DescribeFeedbackOutput
impl UnwindSafe for DescribeFeedbackOutput
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