pub struct BatchAddSuppressionOptions { /* private fields */ }Implementations§
Source§impl BatchAddSuppressionOptions
impl BatchAddSuppressionOptions
pub fn new() -> Self
pub fn add_email(self, email: &str) -> Self
pub fn add_emails( self, emails: impl IntoIterator<Item = impl Into<String>>, ) -> Self
Trait Implementations§
Source§impl Clone for BatchAddSuppressionOptions
impl Clone for BatchAddSuppressionOptions
Source§fn clone(&self) -> BatchAddSuppressionOptions
fn clone(&self) -> BatchAddSuppressionOptions
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 BatchAddSuppressionOptions
impl Debug for BatchAddSuppressionOptions
Source§impl Default for BatchAddSuppressionOptions
impl Default for BatchAddSuppressionOptions
Source§fn default() -> BatchAddSuppressionOptions
fn default() -> BatchAddSuppressionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchAddSuppressionOptions
impl RefUnwindSafe for BatchAddSuppressionOptions
impl Send for BatchAddSuppressionOptions
impl Sync for BatchAddSuppressionOptions
impl Unpin for BatchAddSuppressionOptions
impl UnsafeUnpin for BatchAddSuppressionOptions
impl UnwindSafe for BatchAddSuppressionOptions
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