pub struct FilePathType<'region, P: FileParent<'region> = PathBuf> {
pub file_parent: RegionId<'region, P>,
pub file_name: OsString,
pub file_type: FileType,
}Fields§
§file_parent: RegionId<'region, P>§file_name: OsString§file_type: FileTypeImplementations§
Source§impl<'region, P: FileParent<'region>> FilePathType<'region, P>
impl<'region, P: FileParent<'region>> FilePathType<'region, P>
Trait Implementations§
Source§impl<'region, P: FileParent<'region>> Clone for FilePathType<'region, P>
impl<'region, P: FileParent<'region>> Clone for FilePathType<'region, P>
Source§impl<'region, P: Debug + FileParent<'region>> Debug for FilePathType<'region, P>
impl<'region, P: Debug + FileParent<'region>> Debug for FilePathType<'region, P>
Source§impl<'region, P: PartialEq + FileParent<'region>> PartialEq for FilePathType<'region, P>
impl<'region, P: PartialEq + FileParent<'region>> PartialEq for FilePathType<'region, P>
impl<'region, P: FileParent<'region>> StructuralPartialEq for FilePathType<'region, P>
Auto Trait Implementations§
impl<'region, P> Freeze for FilePathType<'region, P>
impl<'region, P> RefUnwindSafe for FilePathType<'region, P>where
P: RefUnwindSafe,
impl<'region, P> Send for FilePathType<'region, P>where
P: Sync,
impl<'region, P> Sync for FilePathType<'region, P>where
P: Sync,
impl<'region, P> Unpin for FilePathType<'region, P>
impl<'region, P> UnwindSafe for FilePathType<'region, P>where
P: RefUnwindSafe,
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