pub struct MockBackendSender { /* private fields */ }
Expand description
The sender half of the mock backend.
Trait Implementations§
Source§impl BackendSender for MockBackendSender
impl BackendSender for MockBackendSender
Auto Trait Implementations§
impl Freeze for MockBackendSender
impl RefUnwindSafe for MockBackendSender
impl Send for MockBackendSender
impl Sync for MockBackendSender
impl Unpin for MockBackendSender
impl UnwindSafe for MockBackendSender
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