pub enum JobSite {
LocalCoroutine,
Process,
Fabric,
}Expand description
Site class used for placed validation and docs jobs.
Variants§
LocalCoroutine
Local coroutine site for edit and assembly work.
Process
Process site reached through realize.
Fabric
Fabric site reached through realize.
Implementations§
Trait Implementations§
impl Copy for JobSite
impl Eq for JobSite
impl StructuralPartialEq for JobSite
Auto Trait Implementations§
impl Freeze for JobSite
impl RefUnwindSafe for JobSite
impl Send for JobSite
impl Sync for JobSite
impl Unpin for JobSite
impl UnsafeUnpin for JobSite
impl UnwindSafe for JobSite
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