Struct gerritlib::entities::WebLinkInfo
[−]
[src]
pub struct WebLinkInfo { pub name: String, pub url: String, pub image_url: String, }
Fields
name: String
url: String
image_url: String
Trait Implementations
impl Debug for WebLinkInfo
[src]
impl Clone for WebLinkInfo
[src]
fn clone(&self) -> WebLinkInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more