pub struct ListPulls<'a> { /* private fields */ }Expand description
Builder for Client::list_pulls
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListPulls<'a>
impl<'a> !RefUnwindSafe for ListPulls<'a>
impl<'a> Send for ListPulls<'a>
impl<'a> Sync for ListPulls<'a>
impl<'a> Unpin for ListPulls<'a>
impl<'a> UnsafeUnpin for ListPulls<'a>
impl<'a> !UnwindSafe for ListPulls<'a>
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