pub struct NoOpNotificationClient;Expand description
No-op notification client for testing
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoOpNotificationClient
impl RefUnwindSafe for NoOpNotificationClient
impl Send for NoOpNotificationClient
impl Sync for NoOpNotificationClient
impl Unpin for NoOpNotificationClient
impl UnwindSafe for NoOpNotificationClient
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