Struct gerritlib::entities::FetchInfo
[−]
[src]
pub struct FetchInfo { pub url: String, pub reference: String, pub commands: Option<String>, }
Fields
url: String
reference: String
commands: Option<String>
Trait Implementations
impl Debug for FetchInfo
[src]
impl Clone for FetchInfo
[src]
fn clone(&self) -> FetchInfo
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