pub enum PullStatus {
Ok,
Failed(String),
Skipped,
}Expand description
Status of a pull operation on one worktree.
Variants§
Auto Trait Implementations§
impl Freeze for PullStatus
impl RefUnwindSafe for PullStatus
impl Send for PullStatus
impl Sync for PullStatus
impl Unpin for PullStatus
impl UnsafeUnpin for PullStatus
impl UnwindSafe for PullStatus
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