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