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