pub struct ForwardReceivingEmail { /* private fields */ }Implementations§
Source§impl ForwardReceivingEmail
impl ForwardReceivingEmail
pub fn new( email_id: InboundEmailId, from: impl Into<String>, to: impl IntoIterator<Item = impl Into<String>>, ) -> Self
Trait Implementations§
Source§impl Clone for ForwardReceivingEmail
impl Clone for ForwardReceivingEmail
Source§fn clone(&self) -> ForwardReceivingEmail
fn clone(&self) -> ForwardReceivingEmail
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 ForwardReceivingEmail
impl Debug for ForwardReceivingEmail
Source§impl<'de> Deserialize<'de> for ForwardReceivingEmail
impl<'de> Deserialize<'de> for ForwardReceivingEmail
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 ForwardReceivingEmail
impl RefUnwindSafe for ForwardReceivingEmail
impl Send for ForwardReceivingEmail
impl Sync for ForwardReceivingEmail
impl Unpin for ForwardReceivingEmail
impl UnsafeUnpin for ForwardReceivingEmail
impl UnwindSafe for ForwardReceivingEmail
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