Struct gitlab::types::BuildArtifactFile [] [src]

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

An uploaded artifact from a build.

Fields

The name of the artifact.

The size (in bytes) of the artifact.

Trait Implementations

impl Debug for BuildArtifactFile
[src]

Formats the value using the given formatter.

impl Clone for BuildArtifactFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more