pub struct TestNotifier { /* private fields */ }
Implementations§
Source§impl TestNotifier
impl TestNotifier
pub fn new() -> TestNotifier
pub fn set_message(&mut self, message: String)
pub fn new_with_message(message: String) -> TestNotifier
Trait Implementations§
Source§impl Default for TestNotifier
impl Default for TestNotifier
Auto Trait Implementations§
impl Freeze for TestNotifier
impl RefUnwindSafe for TestNotifier
impl Send for TestNotifier
impl Sync for TestNotifier
impl Unpin for TestNotifier
impl UnwindSafe for TestNotifier
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