Lines Matching defs:TempPath
115 impl From<PathPersistError> for TempPath { implementation
117 fn from(error: PathPersistError) -> TempPath { in from()
140 pub struct TempPath { struct
144 impl TempPath { implementation
368 impl fmt::Debug for TempPath { implementation
374 impl Drop for TempPath { implementation
380 impl Deref for TempPath { implementation
388 impl AsRef<Path> for TempPath { implementation
394 impl AsRef<OsStr> for TempPath { implementation
883 pub fn into_temp_path(self) -> TempPath { in into_temp_path()
891 pub fn into_parts(self) -> (File, TempPath) { in into_parts() argument