pub struct ProjectProgress {
pub total: i32,
pub done: i32,
}Fields§
§total: i32§done: i32Trait Implementations§
Source§impl Clone for ProjectProgress
impl Clone for ProjectProgress
Source§fn clone(&self) -> ProjectProgress
fn clone(&self) -> ProjectProgress
Returns a duplicate 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 moreSource§impl Debug for ProjectProgress
impl Debug for ProjectProgress
Source§impl Default for ProjectProgress
impl Default for ProjectProgress
Source§fn default() -> ProjectProgress
fn default() -> ProjectProgress
Returns the “default value” for a type. Read more
Source§impl PartialEq for ProjectProgress
impl PartialEq for ProjectProgress
impl Eq for ProjectProgress
impl StructuralPartialEq for ProjectProgress
Auto Trait Implementations§
impl Freeze for ProjectProgress
impl RefUnwindSafe for ProjectProgress
impl Send for ProjectProgress
impl Sync for ProjectProgress
impl Unpin for ProjectProgress
impl UnsafeUnpin for ProjectProgress
impl UnwindSafe for ProjectProgress
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