pub struct labels;
Trait Implementations§
Source§impl HasArgument<labels> for pullRequests
impl HasArgument<labels> for pullRequests
Auto Trait Implementations§
impl Freeze for labels
impl RefUnwindSafe for labels
impl Send for labels
impl Sync for labels
impl Unpin for labels
impl UnwindSafe for labels
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