Struct gitlab::types::JobArtifactFile [] [src]

pub struct JobArtifactFile {
    pub filename: String,
    pub size: usize,
}

An uploaded artifact from a job.

Fields

The name of the artifact.

The size (in bytes) of the artifact.

Trait Implementations

impl Debug for JobArtifactFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for JobArtifactFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations