pub struct NeighborsReport {
pub target: PathBuf,
pub siblings: Vec<PathBuf>,
pub twin_files: Vec<PathBuf>,
pub test_files: Vec<PathBuf>,
}Fields§
§target: PathBuf§siblings: Vec<PathBuf>§twin_files: Vec<PathBuf>§test_files: Vec<PathBuf>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeighborsReport
impl RefUnwindSafe for NeighborsReport
impl Send for NeighborsReport
impl Sync for NeighborsReport
impl Unpin for NeighborsReport
impl UnsafeUnpin for NeighborsReport
impl UnwindSafe for NeighborsReport
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