pub struct ArtifactOutput {
pub bytes: Vec<u8>,
pub suggested_destination: Option<PathBuf>,
pub stdout_allowed: bool,
pub report: Option<Value>,
}Fields§
§bytes: Vec<u8>§suggested_destination: Option<PathBuf>§stdout_allowed: bool§report: Option<Value>Trait Implementations§
Source§impl Clone for ArtifactOutput
impl Clone for ArtifactOutput
Source§fn clone(&self) -> ArtifactOutput
fn clone(&self) -> ArtifactOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArtifactOutput
impl RefUnwindSafe for ArtifactOutput
impl Send for ArtifactOutput
impl Sync for ArtifactOutput
impl Unpin for ArtifactOutput
impl UnsafeUnpin for ArtifactOutput
impl UnwindSafe for ArtifactOutput
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