pub struct ResolutionContext<'a> {
pub formulary: &'a Formulary,
pub keg_registry: &'a KegRegistry,
pub sps_prefix: &'a Path,
pub include_optional: bool,
pub include_test: bool,
pub skip_recommended: bool,
pub force_build: bool,
}Fields§
§formulary: &'a Formulary§keg_registry: &'a KegRegistry§sps_prefix: &'a Path§include_optional: bool§include_test: bool§skip_recommended: bool§force_build: boolAuto Trait Implementations§
impl<'a> Freeze for ResolutionContext<'a>
impl<'a> RefUnwindSafe for ResolutionContext<'a>
impl<'a> Send for ResolutionContext<'a>
impl<'a> Sync for ResolutionContext<'a>
impl<'a> Unpin for ResolutionContext<'a>
impl<'a> UnwindSafe for ResolutionContext<'a>
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