pub struct FilePath {
pub root: bool,
pub bin: bool,
pub example: bool,
pub is_mod: bool,
pub path: PathBuf,
pub mod_path: Path,
}
Fields§
§root: bool
§bin: bool
§example: bool
§is_mod: bool
§path: PathBuf
§mod_path: Path
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilePath
impl RefUnwindSafe for FilePath
impl !Send for FilePath
impl !Sync for FilePath
impl Unpin for FilePath
impl UnwindSafe for FilePath
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