pub struct VersionProgress {
pub version: String,
pub done: usize,
pub total: usize,
}Expand description
单个版本的规划进度。
Fields§
§version: String§done: usize§total: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for VersionProgress
impl RefUnwindSafe for VersionProgress
impl Send for VersionProgress
impl Sync for VersionProgress
impl Unpin for VersionProgress
impl UnsafeUnpin for VersionProgress
impl UnwindSafe for VersionProgress
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