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