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