pub struct RuntimeHint {
pub package: &'static str,
pub reason: String,
}Expand description
A detected runtime dependency hint.
Fields§
§package: &'static strSuggested conda package (e.g., “r-base”, “python”).
reason: StringHuman-readable reason for the suggestion.
Auto Trait Implementations§
impl Freeze for RuntimeHint
impl RefUnwindSafe for RuntimeHint
impl Send for RuntimeHint
impl Sync for RuntimeHint
impl Unpin for RuntimeHint
impl UnsafeUnpin for RuntimeHint
impl UnwindSafe for RuntimeHint
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