pub struct NullSmsTransport;Expand description
No-op transport for tests + the in-memory dev runtime.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullSmsTransport
impl RefUnwindSafe for NullSmsTransport
impl Send for NullSmsTransport
impl Sync for NullSmsTransport
impl Unpin for NullSmsTransport
impl UnsafeUnpin for NullSmsTransport
impl UnwindSafe for NullSmsTransport
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