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