Struct cargo_ghp_upload::Context [] [src]

struct Context {
    branch: Option<String>,
    tag: Option<String>,
    origin: Option<String>,
    pull_request: bool,
}

Fields

Trait Implementations

impl Debug for Context
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Context
[src]

[src]

Returns the "default value" for a type. Read more