pub struct RemoveNotificationChannelResponse {
pub notification_configuration: Option<NotificationConfiguration>,
}Expand description
The structure representing the RemoveNotificationChannelResponse.
Fields§
§notification_configuration: Option<NotificationConfiguration>The new notification configuration for this profiling group.
Trait Implementations§
Source§impl Clone for RemoveNotificationChannelResponse
impl Clone for RemoveNotificationChannelResponse
Source§fn clone(&self) -> RemoveNotificationChannelResponse
fn clone(&self) -> RemoveNotificationChannelResponse
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 RemoveNotificationChannelResponse
impl Default for RemoveNotificationChannelResponse
Source§fn default() -> RemoveNotificationChannelResponse
fn default() -> RemoveNotificationChannelResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoveNotificationChannelResponse
impl<'de> Deserialize<'de> for RemoveNotificationChannelResponse
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 RemoveNotificationChannelResponse
impl PartialEq for RemoveNotificationChannelResponse
Source§fn eq(&self, other: &RemoveNotificationChannelResponse) -> bool
fn eq(&self, other: &RemoveNotificationChannelResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RemoveNotificationChannelResponse
Auto Trait Implementations§
impl Freeze for RemoveNotificationChannelResponse
impl RefUnwindSafe for RemoveNotificationChannelResponse
impl Send for RemoveNotificationChannelResponse
impl Sync for RemoveNotificationChannelResponse
impl Unpin for RemoveNotificationChannelResponse
impl UnwindSafe for RemoveNotificationChannelResponse
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