pub struct LegacyNotificationMailTransport { /* private fields */ }Implementations§
Source§impl LegacyNotificationMailTransport
impl LegacyNotificationMailTransport
pub fn new(sink: Arc<dyn NotificationSink>) -> Self
Trait Implementations§
Source§impl Clone for LegacyNotificationMailTransport
impl Clone for LegacyNotificationMailTransport
Source§fn clone(&self) -> LegacyNotificationMailTransport
fn clone(&self) -> LegacyNotificationMailTransport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for LegacyNotificationMailTransport
impl !UnwindSafe for LegacyNotificationMailTransport
impl Freeze for LegacyNotificationMailTransport
impl Send for LegacyNotificationMailTransport
impl Sync for LegacyNotificationMailTransport
impl Unpin for LegacyNotificationMailTransport
impl UnsafeUnpin for LegacyNotificationMailTransport
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