pub struct UpdateEmailOptions { /* private fields */ }Expand description
List of changes to apply to an Email.
Implementations§
Source§impl UpdateEmailOptions
impl UpdateEmailOptions
pub fn new() -> Self
pub fn with_scheduled_at(self, scheduled_at: &str) -> Self
Trait Implementations§
Source§impl Clone for UpdateEmailOptions
impl Clone for UpdateEmailOptions
Source§fn clone(&self) -> UpdateEmailOptions
fn clone(&self) -> UpdateEmailOptions
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 UpdateEmailOptions
impl Debug for UpdateEmailOptions
Source§impl Default for UpdateEmailOptions
impl Default for UpdateEmailOptions
Source§fn default() -> UpdateEmailOptions
fn default() -> UpdateEmailOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateEmailOptions
impl RefUnwindSafe for UpdateEmailOptions
impl Send for UpdateEmailOptions
impl Sync for UpdateEmailOptions
impl Unpin for UpdateEmailOptions
impl UnsafeUnpin for UpdateEmailOptions
impl UnwindSafe for UpdateEmailOptions
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