pub struct Progress {
pub area_id: Option<u32>,
pub status: Option<u8>,
pub total_operational_time: Option<u8>,
pub estimated_time: Option<u8>,
}Fields§
§area_id: Option<u32>§status: Option<u8>§total_operational_time: Option<u8>§estimated_time: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Progress
impl RefUnwindSafe for Progress
impl Send for Progress
impl Sync for Progress
impl Unpin for Progress
impl UnwindSafe for Progress
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