pub struct NoopFeedbackSink;Expand description
Default sink: do nothing.
Trait Implementations§
Source§impl FeedbackSink for NoopFeedbackSink
impl FeedbackSink for NoopFeedbackSink
Auto Trait Implementations§
impl Freeze for NoopFeedbackSink
impl RefUnwindSafe for NoopFeedbackSink
impl Send for NoopFeedbackSink
impl Sync for NoopFeedbackSink
impl Unpin for NoopFeedbackSink
impl UnwindSafe for NoopFeedbackSink
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