pub struct SmtpListenerState;Implementations§
Source§impl SmtpListenerState
impl SmtpListenerState
pub async fn create( runtime: &mut ActorRuntime, config: &Config, webhook_handle: ActorHandle, ) -> Result<ActorHandle>
Trait Implementations§
Source§impl Debug for SmtpListenerState
impl Debug for SmtpListenerState
Source§impl Default for SmtpListenerState
impl Default for SmtpListenerState
Source§fn default() -> SmtpListenerState
fn default() -> SmtpListenerState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SmtpListenerState
impl RefUnwindSafe for SmtpListenerState
impl Send for SmtpListenerState
impl Sync for SmtpListenerState
impl Unpin for SmtpListenerState
impl UnwindSafe for SmtpListenerState
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