pub struct DescribeProfilingGroupRequest {
pub profiling_group_name: String,
}Expand description
The structure representing the describeProfilingGroupRequest.
Fields§
§profiling_group_name: StringThe name of the profiling group to get information about.
Trait Implementations§
Source§impl Clone for DescribeProfilingGroupRequest
impl Clone for DescribeProfilingGroupRequest
Source§fn clone(&self) -> DescribeProfilingGroupRequest
fn clone(&self) -> DescribeProfilingGroupRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DescribeProfilingGroupRequest
impl Default for DescribeProfilingGroupRequest
Source§fn default() -> DescribeProfilingGroupRequest
fn default() -> DescribeProfilingGroupRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeProfilingGroupRequest
impl PartialEq for DescribeProfilingGroupRequest
Source§fn eq(&self, other: &DescribeProfilingGroupRequest) -> bool
fn eq(&self, other: &DescribeProfilingGroupRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeProfilingGroupRequest
Auto Trait Implementations§
impl Freeze for DescribeProfilingGroupRequest
impl RefUnwindSafe for DescribeProfilingGroupRequest
impl Send for DescribeProfilingGroupRequest
impl Sync for DescribeProfilingGroupRequest
impl Unpin for DescribeProfilingGroupRequest
impl UnwindSafe for DescribeProfilingGroupRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more