Struct sendinblue::TransactionalBodyBuilder[][src]

pub struct TransactionalBodyBuilder(_);

Implementations

impl TransactionalBodyBuilder[src]

pub fn set_sender(self, mailer: Mailer) -> Self[src]

pub fn add_to_mailer(self, mailer: Mailer) -> Self[src]

pub fn reply_to(self, mailer: Mailer) -> Self[src]

pub fn template_id(self, template_id: u32) -> Self[src]

pub fn subject<S>(self, subject: S) -> Self where
    S: Into<String>, 
[src]

pub fn add_params<S>(self, key: &str, value: S) -> Self where
    S: Into<String>, 
[src]

pub fn add_params_array<A>(self, key: &str, value: Vec<A>) -> Self where
    A: Serialize
[src]

pub fn add_values(self, values: Value) -> Self[src]

pub fn create(self) -> TransactionalBody[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.