pub struct PullReport {
pub pulled: usize,
pub exception_lists: usize,
pub exception_items: usize,
pub dir: String,
pub selected: Option<usize>,
}Expand description
The report pull renders.
Fields§
§pulled: usize§exception_lists: usize§exception_items: usize§dir: String§selected: Option<usize>Trait Implementations§
Source§impl Clone for PullReport
impl Clone for PullReport
Source§fn clone(&self) -> PullReport
fn clone(&self) -> PullReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PullReport
impl Debug for PullReport
Source§impl PartialEq for PullReport
impl PartialEq for PullReport
Source§impl Serialize for PullReport
impl Serialize for PullReport
impl StructuralPartialEq for PullReport
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