pub struct InProgress {
pub error: String,
pub hint: String,
}Expand description
Create .git/sequencer/, failing when a sequence is already in progress
(mirrors create_seq_dir). On the in-progress case the error/hint pair is
printed by the caller; this returns the message text so the porcelain owns
stderr ordering.
Fields§
§error: String§hint: StringAuto Trait Implementations§
impl Freeze for InProgress
impl RefUnwindSafe for InProgress
impl Send for InProgress
impl Sync for InProgress
impl Unpin for InProgress
impl UnsafeUnpin for InProgress
impl UnwindSafe for InProgress
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