Struct wildland_dfs::stream::DummyProgressReporter
source · pub struct DummyProgressReporter {}
Implementations§
source§impl DummyProgressReporter
impl DummyProgressReporter
pub fn boxed() -> Box<DummyProgressReporter, Global>
Trait Implementations§
source§impl Clone for DummyProgressReporter
impl Clone for DummyProgressReporter
source§fn clone(&self) -> DummyProgressReporter
fn clone(&self) -> DummyProgressReporter
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for DummyProgressReporter
impl Send for DummyProgressReporter
impl Sync for DummyProgressReporter
impl Unpin for DummyProgressReporter
impl UnwindSafe for DummyProgressReporter
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