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