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