Struct hubcaps::pulls::PullOptions [] [src]

pub struct PullOptions {
    pub title: String,
    pub head: String,
    pub base: String,
    pub body: Option<String>,
}

Fields

Methods

impl PullOptions
[src]

[src]

Trait Implementations

impl Debug for PullOptions
[src]

[src]

Formats the value using the given formatter.