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

pub struct PullEditOptionsBuilder(_);

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

Auto Trait Implementations