pub enum DepStatus {
Present,
Missing,
PresentWrongVersion {
found: String,
},
}Expand description
Result of detecting a ProgramDep.
Variants§
Trait Implementations§
impl StructuralPartialEq for DepStatus
Auto Trait Implementations§
impl Freeze for DepStatus
impl RefUnwindSafe for DepStatus
impl Send for DepStatus
impl Sync for DepStatus
impl Unpin for DepStatus
impl UnsafeUnpin for DepStatus
impl UnwindSafe for DepStatus
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