[−][src]Struct tempfile::PathPersistError
Error returned when persisting a temporary file path fails.
Fields
error: ErrorThe underlying IO error.
path: TempPathThe temporary file path that couldn't be persisted.
Trait Implementations
impl From<PathPersistError> for Error[src]
fn from(error: PathPersistError) -> Error[src]
impl From<PathPersistError> for TempPath[src]
fn from(error: PathPersistError) -> TempPath[src]
impl Debug for PathPersistError[src]
impl Display for PathPersistError[src]
impl Error for PathPersistError[src]
Auto Trait Implementations
impl Send for PathPersistError
impl Sync for PathPersistError
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,