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

Trait Implementations

impl Default for PullEditOptionsBuilder
[src]

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

Auto Trait Implementations