#[non_exhaustive]pub struct UpdateProfilingGroupOutput { /* private fields */ }
Expand description
The structure representing the updateProfilingGroupResponse.
Implementations
sourceimpl UpdateProfilingGroupOutput
impl UpdateProfilingGroupOutput
sourcepub fn profiling_group(&self) -> Option<&ProfilingGroupDescription>
pub fn profiling_group(&self) -> Option<&ProfilingGroupDescription>
A ProfilingGroupDescription
that contains information about the returned updated profiling group.
sourceimpl UpdateProfilingGroupOutput
impl UpdateProfilingGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateProfilingGroupOutput
.
Trait Implementations
sourceimpl Clone for UpdateProfilingGroupOutput
impl Clone for UpdateProfilingGroupOutput
sourcefn clone(&self) -> UpdateProfilingGroupOutput
fn clone(&self) -> UpdateProfilingGroupOutput
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 UpdateProfilingGroupOutput
impl Debug for UpdateProfilingGroupOutput
sourceimpl PartialEq<UpdateProfilingGroupOutput> for UpdateProfilingGroupOutput
impl PartialEq<UpdateProfilingGroupOutput> for UpdateProfilingGroupOutput
sourcefn eq(&self, other: &UpdateProfilingGroupOutput) -> bool
fn eq(&self, other: &UpdateProfilingGroupOutput) -> bool
impl StructuralPartialEq for UpdateProfilingGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateProfilingGroupOutput
impl Send for UpdateProfilingGroupOutput
impl Sync for UpdateProfilingGroupOutput
impl Unpin for UpdateProfilingGroupOutput
impl UnwindSafe for UpdateProfilingGroupOutput
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