Struct hubcaps::pulls::PullEditOptionsBuilder [] [src]

pub struct PullEditOptionsBuilder {
    pub title: Option<String>,
    pub body: Option<String>,
    pub state: Option<String>,
}

Fields

Methods

impl PullEditOptionsBuilder
[src]

set the title of the pull

set the body of the pull

set the state of the pull

create a new set of pull edit options

Trait Implementations

impl Default for PullEditOptionsBuilder
[src]

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