pub struct EntryPoint {
pub path: PathBuf,
pub source: EntryPointSource,
}Expand description
An entry point into the module graph.
Fields§
§path: PathBufAbsolute path to the entry point file.
source: EntryPointSourceHow this entry point was discovered.
Trait Implementations§
Source§impl Clone for EntryPoint
impl Clone for EntryPoint
Auto Trait Implementations§
impl Freeze for EntryPoint
impl RefUnwindSafe for EntryPoint
impl Send for EntryPoint
impl Sync for EntryPoint
impl Unpin for EntryPoint
impl UnsafeUnpin for EntryPoint
impl UnwindSafe for EntryPoint
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