Struct nodejs_path::Parsed [−][src]
pub struct Parsed {
pub dir: String,
pub root: String,
pub base: String,
pub name: String,
pub ext: String,
}Fields
dir: Stringroot: Stringbase: Stringname: Stringext: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parsed
impl UnwindSafe for Parsed
Blanket Implementations
Mutably borrows from an owned value. Read more
