pub struct UpsertNotificationTargetRequestConfigVariant4keys {
pub p256dh: String,
pub auth: String,
}Expand description
UpsertNotificationTargetRequestConfigVariant4keys model.
Fields§
§p256dh: String§auth: StringTrait Implementations§
Source§impl Clone for UpsertNotificationTargetRequestConfigVariant4keys
impl Clone for UpsertNotificationTargetRequestConfigVariant4keys
Source§fn clone(&self) -> UpsertNotificationTargetRequestConfigVariant4keys
fn clone(&self) -> UpsertNotificationTargetRequestConfigVariant4keys
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpsertNotificationTargetRequestConfigVariant4keys
impl Default for UpsertNotificationTargetRequestConfigVariant4keys
Source§fn default() -> UpsertNotificationTargetRequestConfigVariant4keys
fn default() -> UpsertNotificationTargetRequestConfigVariant4keys
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpsertNotificationTargetRequestConfigVariant4keys
impl<'de> Deserialize<'de> for UpsertNotificationTargetRequestConfigVariant4keys
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for UpsertNotificationTargetRequestConfigVariant4keys
Auto Trait Implementations§
impl Freeze for UpsertNotificationTargetRequestConfigVariant4keys
impl RefUnwindSafe for UpsertNotificationTargetRequestConfigVariant4keys
impl Send for UpsertNotificationTargetRequestConfigVariant4keys
impl Sync for UpsertNotificationTargetRequestConfigVariant4keys
impl Unpin for UpsertNotificationTargetRequestConfigVariant4keys
impl UnsafeUnpin for UpsertNotificationTargetRequestConfigVariant4keys
impl UnwindSafe for UpsertNotificationTargetRequestConfigVariant4keys
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