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