pub struct DeleteTaskPushNotificationConfigRequestMethod;
Trait Implementations§
Source§impl Clone for DeleteTaskPushNotificationConfigRequestMethod
impl Clone for DeleteTaskPushNotificationConfigRequestMethod
Source§fn clone(&self) -> DeleteTaskPushNotificationConfigRequestMethod
fn clone(&self) -> DeleteTaskPushNotificationConfigRequestMethod
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 DeleteTaskPushNotificationConfigRequestMethod
impl Default for DeleteTaskPushNotificationConfigRequestMethod
Source§fn default() -> DeleteTaskPushNotificationConfigRequestMethod
fn default() -> DeleteTaskPushNotificationConfigRequestMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteTaskPushNotificationConfigRequestMethod
impl<'de> Deserialize<'de> for DeleteTaskPushNotificationConfigRequestMethod
Source§fn deserialize<D>(
deserializer: D,
) -> Result<DeleteTaskPushNotificationConfigRequestMethod, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<DeleteTaskPushNotificationConfigRequestMethod, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteTaskPushNotificationConfigRequestMethod
impl PartialEq for DeleteTaskPushNotificationConfigRequestMethod
Source§fn eq(&self, other: &DeleteTaskPushNotificationConfigRequestMethod) -> bool
fn eq(&self, other: &DeleteTaskPushNotificationConfigRequestMethod) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DeleteTaskPushNotificationConfigRequestMethod
impl Eq for DeleteTaskPushNotificationConfigRequestMethod
impl StructuralPartialEq for DeleteTaskPushNotificationConfigRequestMethod
Auto Trait Implementations§
impl Freeze for DeleteTaskPushNotificationConfigRequestMethod
impl RefUnwindSafe for DeleteTaskPushNotificationConfigRequestMethod
impl Send for DeleteTaskPushNotificationConfigRequestMethod
impl Sync for DeleteTaskPushNotificationConfigRequestMethod
impl Unpin for DeleteTaskPushNotificationConfigRequestMethod
impl UnwindSafe for DeleteTaskPushNotificationConfigRequestMethod
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