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