pub struct EmailImport { /* private fields */ }
Implementations§
Source§impl EmailImport
impl EmailImport
pub fn mailbox_ids<T, U>(&mut self, mailbox_ids: T) -> &mut Self
pub fn mailbox_ids_ref(&mut self, reference: ResultReference) -> &mut Self
pub fn keywords<T, U>(&mut self, keywords: T) -> &mut Self
pub fn received_at(&mut self, received_at: i64) -> &mut Self
pub fn create_id(&self) -> String
Trait Implementations§
Source§impl Clone for EmailImport
impl Clone for EmailImport
Source§fn clone(&self) -> EmailImport
fn clone(&self) -> EmailImport
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 EmailImport
impl Debug for EmailImport
Auto Trait Implementations§
impl Freeze for EmailImport
impl RefUnwindSafe for EmailImport
impl Send for EmailImport
impl Sync for EmailImport
impl Unpin for EmailImport
impl UnwindSafe for EmailImport
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