pub struct MailInboxCreate {
pub local_part: String,
pub forward_to_email: String,
pub sender_email: Option<String>,
}Fields§
§local_part: String§forward_to_email: String§sender_email: Option<String>Trait Implementations§
Source§impl Clone for MailInboxCreate
impl Clone for MailInboxCreate
Source§fn clone(&self) -> MailInboxCreate
fn clone(&self) -> MailInboxCreate
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 MailInboxCreate
impl Debug for MailInboxCreate
Auto Trait Implementations§
impl Freeze for MailInboxCreate
impl RefUnwindSafe for MailInboxCreate
impl Send for MailInboxCreate
impl Sync for MailInboxCreate
impl Unpin for MailInboxCreate
impl UnsafeUnpin for MailInboxCreate
impl UnwindSafe for MailInboxCreate
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