pub struct FakeMail { /* private fields */ }Expand description
Shared inbox of emails sent through a fake transport.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FakeMail
impl RefUnwindSafe for FakeMail
impl Send for FakeMail
impl Sync for FakeMail
impl Unpin for FakeMail
impl UnsafeUnpin for FakeMail
impl UnwindSafe for FakeMail
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