#[non_exhaustive]
pub struct DomainDeliverabilityCampaignBuilder { /* private fields */ }
Expand description

Implementations§

source§

impl DomainDeliverabilityCampaignBuilder

source

pub fn campaign_id(self, input: impl Into<String>) -> Self

The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

source

pub fn set_campaign_id(self, input: Option<String>) -> Self

The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

source

pub fn get_campaign_id(&self) -> &Option<String>

The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

source

pub fn image_url(self, input: impl Into<String>) -> Self

The URL of an image that contains a snapshot of the email message that was sent.

source

pub fn set_image_url(self, input: Option<String>) -> Self

The URL of an image that contains a snapshot of the email message that was sent.

source

pub fn get_image_url(&self) -> &Option<String>

The URL of an image that contains a snapshot of the email message that was sent.

source

pub fn subject(self, input: impl Into<String>) -> Self

The subject line, or title, of the email message.

source

pub fn set_subject(self, input: Option<String>) -> Self

The subject line, or title, of the email message.

source

pub fn get_subject(&self) -> &Option<String>

The subject line, or title, of the email message.

source

pub fn from_address(self, input: impl Into<String>) -> Self

The verified email address that the email message was sent from.

source

pub fn set_from_address(self, input: Option<String>) -> Self

The verified email address that the email message was sent from.

source

pub fn get_from_address(&self) -> &Option<String>

The verified email address that the email message was sent from.

source

pub fn sending_ips(self, input: impl Into<String>) -> Self

Appends an item to sending_ips.

To override the contents of this collection use set_sending_ips.

The IP addresses that were used to send the email message.

source

pub fn set_sending_ips(self, input: Option<Vec<String>>) -> Self

The IP addresses that were used to send the email message.

source

pub fn get_sending_ips(&self) -> &Option<Vec<String>>

The IP addresses that were used to send the email message.

source

pub fn first_seen_date_time(self, input: DateTime) -> Self

The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

source

pub fn set_first_seen_date_time(self, input: Option<DateTime>) -> Self

The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

source

pub fn get_first_seen_date_time(&self) -> &Option<DateTime>

The first time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

source

pub fn last_seen_date_time(self, input: DateTime) -> Self

The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

source

pub fn set_last_seen_date_time(self, input: Option<DateTime>) -> Self

The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

source

pub fn get_last_seen_date_time(&self) -> &Option<DateTime>

The last time when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.

source

pub fn inbox_count(self, input: i64) -> Self

The number of email messages that were delivered to recipients’ inboxes.

source

pub fn set_inbox_count(self, input: Option<i64>) -> Self

The number of email messages that were delivered to recipients’ inboxes.

source

pub fn get_inbox_count(&self) -> &Option<i64>

The number of email messages that were delivered to recipients’ inboxes.

source

pub fn spam_count(self, input: i64) -> Self

The number of email messages that were delivered to recipients' spam or junk mail folders.

source

pub fn set_spam_count(self, input: Option<i64>) -> Self

The number of email messages that were delivered to recipients' spam or junk mail folders.

source

pub fn get_spam_count(&self) -> &Option<i64>

The number of email messages that were delivered to recipients' spam or junk mail folders.

source

pub fn read_rate(self, input: f64) -> Self

The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn set_read_rate(self, input: Option<f64>) -> Self

The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn get_read_rate(&self) -> &Option<f64>

The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn delete_rate(self, input: f64) -> Self

The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn set_delete_rate(self, input: Option<f64>) -> Self

The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn get_delete_rate(&self) -> &Option<f64>

The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn read_delete_rate(self, input: f64) -> Self

The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn set_read_delete_rate(self, input: Option<f64>) -> Self

The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn get_read_delete_rate(&self) -> &Option<f64>

The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.

source

pub fn projected_volume(self, input: i64) -> Self

The projected number of recipients that the email message was sent to.

source

pub fn set_projected_volume(self, input: Option<i64>) -> Self

The projected number of recipients that the email message was sent to.

source

pub fn get_projected_volume(&self) -> &Option<i64>

The projected number of recipients that the email message was sent to.

source

pub fn esps(self, input: impl Into<String>) -> Self

Appends an item to esps.

To override the contents of this collection use set_esps.

The major email providers who handled the email message.

source

pub fn set_esps(self, input: Option<Vec<String>>) -> Self

The major email providers who handled the email message.

source

pub fn get_esps(&self) -> &Option<Vec<String>>

The major email providers who handled the email message.

source

pub fn build(self) -> DomainDeliverabilityCampaign

Consumes the builder and constructs a DomainDeliverabilityCampaign.

Trait Implementations§

source§

impl Clone for DomainDeliverabilityCampaignBuilder

source§

fn clone(&self) -> DomainDeliverabilityCampaignBuilder

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DomainDeliverabilityCampaignBuilder

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for DomainDeliverabilityCampaignBuilder

source§

fn default() -> DomainDeliverabilityCampaignBuilder

Returns the “default value” for a type. Read more
source§

impl PartialEq for DomainDeliverabilityCampaignBuilder

source§

fn eq(&self, other: &DomainDeliverabilityCampaignBuilder) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl StructuralPartialEq for DomainDeliverabilityCampaignBuilder

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more