Enum backend::models::pulsar::PulsarSendEmail [−][src]
Expand description
Email operation sent to task executor
Fields
PulsarSendEmail::Sign
: send sign-up emailPulsarSendEmail::Reset
: send reset password email
Variants
Fields of Sign
email: String
Fields of Reset
email: String
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
type Output = Result<PulsarSendEmail, Error>
type Output = Result<PulsarSendEmail, Error>
type produced from the message
deserialize method that will be called by the consumer
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
serialize method that will be called by the producer
Auto Trait Implementations
impl RefUnwindSafe for PulsarSendEmail
impl Send for PulsarSendEmail
impl Sync for PulsarSendEmail
impl Unpin for PulsarSendEmail
impl UnwindSafe for PulsarSendEmail
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn clone_any_send(&self) -> Box<dyn CloneAny + Send + 'static, Global> where
T: Send,
pub fn clone_any_sync(&self) -> Box<dyn CloneAny + Sync + 'static, Global> where
T: Sync,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self
into a collection.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more