pub struct DetectedProject {
pub detection: DetectionResult,
pub adapter_index: usize,
}Fields§
§detection: DetectionResult§adapter_index: usizeAuto Trait Implementations§
impl Freeze for DetectedProject
impl RefUnwindSafe for DetectedProject
impl Send for DetectedProject
impl Sync for DetectedProject
impl Unpin for DetectedProject
impl UnsafeUnpin for DetectedProject
impl UnwindSafe for DetectedProject
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