pub struct DeleteNotificationTargetResponse {
pub ok: bool,
}Expand description
DeleteNotificationTargetResponse model.
Fields§
§ok: boolTrait Implementations§
Source§impl Clone for DeleteNotificationTargetResponse
impl Clone for DeleteNotificationTargetResponse
Source§fn clone(&self) -> DeleteNotificationTargetResponse
fn clone(&self) -> DeleteNotificationTargetResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteNotificationTargetResponse
impl Default for DeleteNotificationTargetResponse
Source§fn default() -> DeleteNotificationTargetResponse
fn default() -> DeleteNotificationTargetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteNotificationTargetResponse
impl<'de> Deserialize<'de> for DeleteNotificationTargetResponse
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
impl StructuralPartialEq for DeleteNotificationTargetResponse
Auto Trait Implementations§
impl Freeze for DeleteNotificationTargetResponse
impl RefUnwindSafe for DeleteNotificationTargetResponse
impl Send for DeleteNotificationTargetResponse
impl Sync for DeleteNotificationTargetResponse
impl Unpin for DeleteNotificationTargetResponse
impl UnsafeUnpin for DeleteNotificationTargetResponse
impl UnwindSafe for DeleteNotificationTargetResponse
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