pub struct VendorReleaseOutput {
pub assets: PathBuf,
}Expand description
The assembled vendor archive transferred between jobs.
Fields§
§assets: PathBufDirectory containing the vendor archive and internal identity metadata.
Trait Implementations§
Source§impl Artifact for VendorReleaseOutput
impl Artifact for VendorReleaseOutput
§const TAR_GZ_NAME: Option<&'static str> = None
const TAR_GZ_NAME: Option<&'static str> = None
If present, the published artifact should consist of a tar.gz file
containing the contents of the artifact. Read more
Source§impl<'de> Deserialize<'de> for VendorReleaseOutput
impl<'de> Deserialize<'de> for VendorReleaseOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VendorReleaseOutput
impl RefUnwindSafe for VendorReleaseOutput
impl Send for VendorReleaseOutput
impl Sync for VendorReleaseOutput
impl Unpin for VendorReleaseOutput
impl UnsafeUnpin for VendorReleaseOutput
impl UnwindSafe for VendorReleaseOutput
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