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