pub struct JobReport {
pub job: String,
/* private fields */
}Expand description
A finished job not yet seen by the model, for a server-started report turn.
Fields§
§job: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for JobReport
impl RefUnwindSafe for JobReport
impl Send for JobReport
impl Sync for JobReport
impl Unpin for JobReport
impl UnsafeUnpin for JobReport
impl UnwindSafe for JobReport
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