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