pub struct DeleteProfilingGroupRequest {
pub profiling_group_name: String,
}Expand description
The structure representing the deleteProfilingGroupRequest.
Fields§
§profiling_group_name: StringThe name of the profiling group to delete.
Trait Implementations§
Source§impl Clone for DeleteProfilingGroupRequest
impl Clone for DeleteProfilingGroupRequest
Source§fn clone(&self) -> DeleteProfilingGroupRequest
fn clone(&self) -> DeleteProfilingGroupRequest
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 DeleteProfilingGroupRequest
impl Debug for DeleteProfilingGroupRequest
Source§impl Default for DeleteProfilingGroupRequest
impl Default for DeleteProfilingGroupRequest
Source§fn default() -> DeleteProfilingGroupRequest
fn default() -> DeleteProfilingGroupRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteProfilingGroupRequest
Auto Trait Implementations§
impl Freeze for DeleteProfilingGroupRequest
impl RefUnwindSafe for DeleteProfilingGroupRequest
impl Send for DeleteProfilingGroupRequest
impl Sync for DeleteProfilingGroupRequest
impl Unpin for DeleteProfilingGroupRequest
impl UnwindSafe for DeleteProfilingGroupRequest
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