pub struct headCommit;
Trait Implementations§
Source§impl Field for headCommit
impl Field for headCommit
Source§impl HasField<headCommit> for MergeQueueEntry
impl HasField<headCommit> for MergeQueueEntry
Auto Trait Implementations§
impl Freeze for headCommit
impl RefUnwindSafe for headCommit
impl Send for headCommit
impl Sync for headCommit
impl Unpin for headCommit
impl UnwindSafe for headCommit
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