pub struct CreateProfilingGroupResponse {
pub profiling_group: ProfilingGroupDescription,
}Expand description
The structure representing the createProfilingGroupResponse.
Fields§
§profiling_group: ProfilingGroupDescription The returned ProfilingGroupDescription object that contains information about the created profiling group.
Trait Implementations§
Source§impl Clone for CreateProfilingGroupResponse
impl Clone for CreateProfilingGroupResponse
Source§fn clone(&self) -> CreateProfilingGroupResponse
fn clone(&self) -> CreateProfilingGroupResponse
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 Debug for CreateProfilingGroupResponse
impl Debug for CreateProfilingGroupResponse
Source§impl Default for CreateProfilingGroupResponse
impl Default for CreateProfilingGroupResponse
Source§fn default() -> CreateProfilingGroupResponse
fn default() -> CreateProfilingGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateProfilingGroupResponse
impl<'de> Deserialize<'de> for CreateProfilingGroupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateProfilingGroupResponse
impl PartialEq for CreateProfilingGroupResponse
Source§fn eq(&self, other: &CreateProfilingGroupResponse) -> bool
fn eq(&self, other: &CreateProfilingGroupResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateProfilingGroupResponse
Auto Trait Implementations§
impl Freeze for CreateProfilingGroupResponse
impl RefUnwindSafe for CreateProfilingGroupResponse
impl Send for CreateProfilingGroupResponse
impl Sync for CreateProfilingGroupResponse
impl Unpin for CreateProfilingGroupResponse
impl UnwindSafe for CreateProfilingGroupResponse
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