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