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