pub struct PutIdNotificationEmail {
pub email: Option<String>,
}Fields§
§email: Option<String>Trait Implementations§
Source§impl Clone for PutIdNotificationEmail
impl Clone for PutIdNotificationEmail
Source§fn clone(&self) -> PutIdNotificationEmail
fn clone(&self) -> PutIdNotificationEmail
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 Debug for PutIdNotificationEmail
impl Debug for PutIdNotificationEmail
Source§impl Default for PutIdNotificationEmail
impl Default for PutIdNotificationEmail
Source§fn default() -> PutIdNotificationEmail
fn default() -> PutIdNotificationEmail
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutIdNotificationEmail
impl<'de> Deserialize<'de> for PutIdNotificationEmail
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
Source§impl PartialEq for PutIdNotificationEmail
impl PartialEq for PutIdNotificationEmail
Source§impl Serialize for PutIdNotificationEmail
impl Serialize for PutIdNotificationEmail
impl StructuralPartialEq for PutIdNotificationEmail
Auto Trait Implementations§
impl Freeze for PutIdNotificationEmail
impl RefUnwindSafe for PutIdNotificationEmail
impl Send for PutIdNotificationEmail
impl Sync for PutIdNotificationEmail
impl Unpin for PutIdNotificationEmail
impl UnsafeUnpin for PutIdNotificationEmail
impl UnwindSafe for PutIdNotificationEmail
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