pub struct PullListOptionsBuilder(/* private fields */);
Implementations§
Source§impl PullListOptionsBuilder
impl PullListOptionsBuilder
pub fn skip(&mut self, skip: u32) -> &mut Self
pub fn top(&mut self, top: u32) -> &mut Self
pub fn direction<D>(&mut self, direction: D) -> &mut Self
pub fn status(&mut self, status: PullStatus) -> &mut Self
pub fn repository_id<R>(&mut self, repo_id: R) -> &mut Self
pub fn source_ref_name<R>(&mut self, ref_name: R) -> &mut Self
pub fn source_ref_repo_id<R>(&mut self, ref_name: R) -> &mut Self
pub fn target_ref_name<R>(&mut self, ref_name: R) -> &mut Self
pub fn reviewer_id<R>(&mut self, reviewer_id: R) -> &mut Self
pub fn include_links(&mut self, include_links: bool) -> &mut Self
pub fn build(&self) -> PullListOptions
Trait Implementations§
Source§impl Default for PullListOptionsBuilder
impl Default for PullListOptionsBuilder
Source§fn default() -> PullListOptionsBuilder
fn default() -> PullListOptionsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PullListOptionsBuilder
impl RefUnwindSafe for PullListOptionsBuilder
impl Send for PullListOptionsBuilder
impl Sync for PullListOptionsBuilder
impl Unpin for PullListOptionsBuilder
impl UnwindSafe for PullListOptionsBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more