pub struct GetNotificationConfigurationRequest {
pub profiling_group_name: String,
}Expand description
The structure representing the GetNotificationConfigurationRequest.
Fields§
§profiling_group_name: StringThe name of the profiling group we want to get the notification configuration for.
Trait Implementations§
Source§impl Clone for GetNotificationConfigurationRequest
impl Clone for GetNotificationConfigurationRequest
Source§fn clone(&self) -> GetNotificationConfigurationRequest
fn clone(&self) -> GetNotificationConfigurationRequest
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 GetNotificationConfigurationRequest
impl Default for GetNotificationConfigurationRequest
Source§fn default() -> GetNotificationConfigurationRequest
fn default() -> GetNotificationConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetNotificationConfigurationRequest
impl PartialEq for GetNotificationConfigurationRequest
Source§fn eq(&self, other: &GetNotificationConfigurationRequest) -> bool
fn eq(&self, other: &GetNotificationConfigurationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetNotificationConfigurationRequest
Auto Trait Implementations§
impl Freeze for GetNotificationConfigurationRequest
impl RefUnwindSafe for GetNotificationConfigurationRequest
impl Send for GetNotificationConfigurationRequest
impl Sync for GetNotificationConfigurationRequest
impl Unpin for GetNotificationConfigurationRequest
impl UnwindSafe for GetNotificationConfigurationRequest
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