Struct gitlab::types::ProjectNamespaceAvatar [] [src]

pub struct ProjectNamespaceAvatar {
    pub url: Option<String>,
}

The avatar of a project's namespace.

Fields

The URL of the namespace avatar.

Trait Implementations

impl Debug for ProjectNamespaceAvatar
[src]

Formats the value using the given formatter.

impl Clone for ProjectNamespaceAvatar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more