pub struct NoopFlowEventObserver;Expand description
Observer that intentionally drops all events.
Trait Implementations§
Source§impl Debug for NoopFlowEventObserver
impl Debug for NoopFlowEventObserver
Source§impl Default for NoopFlowEventObserver
impl Default for NoopFlowEventObserver
Source§fn default() -> NoopFlowEventObserver
fn default() -> NoopFlowEventObserver
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopFlowEventObserver
impl RefUnwindSafe for NoopFlowEventObserver
impl Send for NoopFlowEventObserver
impl Sync for NoopFlowEventObserver
impl Unpin for NoopFlowEventObserver
impl UnsafeUnpin for NoopFlowEventObserver
impl UnwindSafe for NoopFlowEventObserver
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