Lines Matching defs:DirEntry
35 pub struct DirEntry { struct
61 impl DirEntry { argument
187 ent: &fs::DirEntry, in from_entry()
188 ) -> Result<DirEntry> { in from_entry()
202 ent: &fs::DirEntry, in from_entry()
203 ) -> Result<DirEntry> { in from_entry()
221 ent: &fs::DirEntry, in from_entry()
222 ) -> Result<DirEntry> { in from_entry()
234 ) -> Result<DirEntry> { in from_path()
256 ) -> Result<DirEntry> { in from_path()
280 ) -> Result<DirEntry> { in from_path()
297 impl Clone for DirEntry { implementation
299 fn clone(&self) -> DirEntry { in clone()
310 fn clone(&self) -> DirEntry { in clone()
321 fn clone(&self) -> DirEntry { in clone()
331 impl fmt::Debug for DirEntry { implementation
346 impl DirEntryExt for DirEntry { implementation