pub struct labelIds;Trait Implementations§
impl HasInputField<labelIds, Option<Vec<Id>>> for UpdatePullRequestInput
Auto Trait Implementations§
impl Freeze for labelIds
impl RefUnwindSafe for labelIds
impl Send for labelIds
impl Sync for labelIds
impl Unpin for labelIds
impl UnwindSafe for labelIds
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