pub struct ArtifactMeta {
pub name: String,
pub published_by_job: Option<usize>,
pub used_by_jobs: BTreeSet<usize>,
}
Fields§
§name: String
§published_by_job: Option<usize>
§used_by_jobs: BTreeSet<usize>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArtifactMeta
impl RefUnwindSafe for ArtifactMeta
impl Send for ArtifactMeta
impl Sync for ArtifactMeta
impl Unpin for ArtifactMeta
impl UnwindSafe for ArtifactMeta
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