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