pub struct ParsedFilename {
pub directory: PathBuf,
pub filestem: String,
pub file_extension: Option<String>,
}Fields§
§directory: PathBuf§filestem: String§file_extension: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedFilename
impl RefUnwindSafe for ParsedFilename
impl Send for ParsedFilename
impl Sync for ParsedFilename
impl Unpin for ParsedFilename
impl UnwindSafe for ParsedFilename
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