[−][src]Trait fxa_email_service::db::auth_db::Db
Required Methods
fn get_bounces(&self, address: &EmailAddress) -> AppResult<Vec<DeliveryProblem>>
Provided Methods
fn create_bounce(
&self,
_address: &EmailAddress,
_problem_type: ProblemType,
_problem_subtype: ProblemSubtype
) -> AppResult<()>
&self,
_address: &EmailAddress,
_problem_type: ProblemType,
_problem_subtype: ProblemSubtype
) -> AppResult<()>
Implementors
impl Db for DbClient[src]
impl Db for DbClientfn get_bounces(&self, address: &EmailAddress) -> AppResult<Vec<DeliveryProblem>>[src]
fn get_bounces(&self, address: &EmailAddress) -> AppResult<Vec<DeliveryProblem>>fn create_bounce(
&self,
address: &EmailAddress,
problem_type: ProblemType,
problem_subtype: ProblemSubtype
) -> AppResult<()>[src]
fn create_bounce(
&self,
address: &EmailAddress,
problem_type: ProblemType,
problem_subtype: ProblemSubtype
) -> AppResult<()>