pub struct NullProgressSink;Trait Implementations§
Source§impl ProgressSink for NullProgressSink
impl ProgressSink for NullProgressSink
fn emit(&self, _event: ProgressEvent)
Auto Trait Implementations§
impl Freeze for NullProgressSink
impl RefUnwindSafe for NullProgressSink
impl Send for NullProgressSink
impl Sync for NullProgressSink
impl Unpin for NullProgressSink
impl UnsafeUnpin for NullProgressSink
impl UnwindSafe for NullProgressSink
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