Struct gitlab::types::JobArtifact [−][src]
pub struct JobArtifact { pub file_type: String, pub file_format: Option<String>, pub filename: String, pub size: u64, }
Expand description
An uploaded artifact from a job.
Fields
file_type: String
file_format: Option<String>
filename: String
The name of the artifact.
size: u64
The size (in bytes) of the artifact.
Trait Implementations
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 RefUnwindSafe for JobArtifact
impl Send for JobArtifact
impl Sync for JobArtifact
impl Unpin for JobArtifact
impl UnwindSafe for JobArtifact
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more