pub struct SpamCheckSetting { /* private fields */ }
Expand description
Struct used for serializing the SpamCheck node into SendGrid’s API format. Use
MailSettingsBuilder
to configure this.
Trait Implementations§
Source§impl Debug for SpamCheckSetting
impl Debug for SpamCheckSetting
Auto Trait Implementations§
impl Freeze for SpamCheckSetting
impl RefUnwindSafe for SpamCheckSetting
impl Send for SpamCheckSetting
impl Sync for SpamCheckSetting
impl Unpin for SpamCheckSetting
impl UnwindSafe for SpamCheckSetting
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