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