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