pub struct EmailImportResponse { /* private fields */ }
Implementations§
Source§impl EmailImportResponse
impl EmailImportResponse
pub fn account_id(&self) -> &str
pub fn old_state(&self) -> Option<&str>
pub fn new_state(&self) -> &str
pub fn take_new_state(&mut self) -> String
pub fn created(&mut self, id: &str) -> Result<Email>
pub fn created_ids(&self) -> Option<impl Iterator<Item = &String>>
pub fn not_created_ids(&self) -> Option<impl Iterator<Item = &String>>
Trait Implementations§
Source§impl Clone for EmailImportResponse
impl Clone for EmailImportResponse
Source§fn clone(&self) -> EmailImportResponse
fn clone(&self) -> EmailImportResponse
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 EmailImportResponse
impl Debug for EmailImportResponse
Source§impl<'de> Deserialize<'de> for EmailImportResponse
impl<'de> Deserialize<'de> for EmailImportResponse
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
Auto Trait Implementations§
impl Freeze for EmailImportResponse
impl RefUnwindSafe for EmailImportResponse
impl Send for EmailImportResponse
impl Sync for EmailImportResponse
impl Unpin for EmailImportResponse
impl UnwindSafe for EmailImportResponse
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