pub struct ResolvedLoop {
pub id: String,
pub worktree_path: Option<PathBuf>,
}Fields§
§id: String§worktree_path: Option<PathBuf>Auto Trait Implementations§
impl Freeze for ResolvedLoop
impl RefUnwindSafe for ResolvedLoop
impl Send for ResolvedLoop
impl Sync for ResolvedLoop
impl Unpin for ResolvedLoop
impl UnsafeUnpin for ResolvedLoop
impl UnwindSafe for ResolvedLoop
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