pub struct headRepository;
Trait Implementations§
Source§impl Field for headRepository
impl Field for headRepository
Source§impl HasField<headRepository> for PullRequest
impl HasField<headRepository> for PullRequest
Source§type Type = Option<Repository>
type Type = Option<Repository>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for headRepository
impl RefUnwindSafe for headRepository
impl Send for headRepository
impl Sync for headRepository
impl Unpin for headRepository
impl UnwindSafe for headRepository
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