Struct gerritlib::entities::WebLinkInfo [] [src]

pub struct WebLinkInfo {
    pub name: String,
    pub url: String,
    pub image_url: String,
}

Fields

Trait Implementations

impl Debug for WebLinkInfo
[src]

Formats the value using the given formatter.

impl Clone for WebLinkInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more