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