Struct cargo_ghp_upload::Context
[−]
[src]
struct Context { branch: Option<String>, tag: Option<String>, origin: Option<String>, pull_request: bool, }
Fields
branch: Option<String>
tag: Option<String>
origin: Option<String>
pull_request: bool
Trait Implementations
impl Debug for Context
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more