pub struct NoTarget;Expand description
Initial typestate: no commit-ish target chosen yet.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTarget
impl RefUnwindSafe for NoTarget
impl Send for NoTarget
impl Sync for NoTarget
impl Unpin for NoTarget
impl UnsafeUnpin for NoTarget
impl UnwindSafe for NoTarget
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