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