pub struct Asm { /* private fields */ }
Expand description
Type used for SendGrid’s asm fields for managing subscriptions
Use AsmBuilder
to construct this when adding it to a Message
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Asm
impl RefUnwindSafe for Asm
impl Send for Asm
impl Sync for Asm
impl Unpin for Asm
impl UnwindSafe for Asm
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