pub struct PullReport {
pub downloaded: usize,
pub skipped: usize,
pub conflicts: usize,
}Fields§
§downloaded: usize§skipped: usize§conflicts: usizeTrait Implementations§
Source§impl Debug for PullReport
impl Debug for PullReport
Source§impl Default for PullReport
impl Default for PullReport
Source§fn default() -> PullReport
fn default() -> PullReport
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PullReport
impl RefUnwindSafe for PullReport
impl Send for PullReport
impl Sync for PullReport
impl Unpin for PullReport
impl UnsafeUnpin for PullReport
impl UnwindSafe for PullReport
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