pub struct Controller { /* private fields */ }
Expand description
The progress consumer loop controller.
Implementations§
Source§impl Controller
impl Controller
Sourcepub fn build_progress_tree(&self) -> Vec<Progress>
pub fn build_progress_tree(&self) -> Vec<Progress>
Build the progress tree.
This is utilised by fetch
.
Trait Implementations§
Source§impl Default for Controller
impl Default for Controller
Source§fn default() -> Controller
fn default() -> Controller
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Controller
impl RefUnwindSafe for Controller
impl Send for Controller
impl Sync for Controller
impl Unpin for Controller
impl UnwindSafe for Controller
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