pub struct Artifact {
pub path: String,
pub ownership: String,
pub placement: String,
}Expand description
One artifact the stage carries, and what a landing would do with it.
Fields§
§path: StringThe destination, relative to the target.
ownership: StringWho owns the bytes after a landing.
placement: StringWhether the candidate carries the file or one region of it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Artifact
impl RefUnwindSafe for Artifact
impl Send for Artifact
impl Sync for Artifact
impl Unpin for Artifact
impl UnsafeUnpin for Artifact
impl UnwindSafe for Artifact
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