pub struct PlannedJob {
pub target_id: String,
pub target_definition: InstallTargetIdentifier,
pub action: JobAction,
pub is_source_build: bool,
}
Fields§
§target_id: String
§target_definition: InstallTargetIdentifier
§action: JobAction
§is_source_build: bool
Trait Implementations§
Source§impl Clone for PlannedJob
impl Clone for PlannedJob
Source§fn clone(&self) -> PlannedJob
fn clone(&self) -> PlannedJob
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PlannedJob
impl RefUnwindSafe for PlannedJob
impl Send for PlannedJob
impl Sync for PlannedJob
impl Unpin for PlannedJob
impl UnwindSafe for PlannedJob
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