pub struct FakeNotifier;Trait Implementations§
Source§impl Clone for FakeNotifier
impl Clone for FakeNotifier
Source§fn clone(&self) -> FakeNotifier
fn clone(&self) -> FakeNotifier
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FakeNotifier
impl Default for FakeNotifier
Source§fn default() -> FakeNotifier
fn default() -> FakeNotifier
Returns the “default value” for a type. Read more
Source§impl NotifyBuilder for FakeNotifier
impl NotifyBuilder for FakeNotifier
fn build() -> (impl Notifier, impl NotifyWaiter)
Source§impl NotifyWaiter for FakeNotifier
impl NotifyWaiter for FakeNotifier
Auto Trait Implementations§
impl Freeze for FakeNotifier
impl RefUnwindSafe for FakeNotifier
impl Send for FakeNotifier
impl Sync for FakeNotifier
impl Unpin for FakeNotifier
impl UnwindSafe for FakeNotifier
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