pub struct Resolved {
pub forge: String,
pub repo: Option<String>,
}Expand description
What one detection pass resolved for a target-side verb, with the override flags applied.
Fields§
§forge: StringThe forge whose payload applies.
repo: Option<String>The project path, where a flag or the remote names one.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Resolved
impl RefUnwindSafe for Resolved
impl Send for Resolved
impl Sync for Resolved
impl Unpin for Resolved
impl UnsafeUnpin for Resolved
impl UnwindSafe for Resolved
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