Struct tempfile::file::PathPersistError [−][src]
Error returned when persisting a temporary file path fails.
Fields
error: Error
The underlying IO error.
path: TempPath
The temporary file path that couldn't be persisted.
Trait Implementations
impl Debug for PathPersistError
[src]
impl Debug for PathPersistError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<PathPersistError> for Error
[src]
impl From<PathPersistError> for Error
fn from(error: PathPersistError) -> Error
[src]
fn from(error: PathPersistError) -> Error
Performs the conversion.
impl From<PathPersistError> for TempPath
[src]
impl From<PathPersistError> for TempPath
fn from(error: PathPersistError) -> TempPath
[src]
fn from(error: PathPersistError) -> TempPath
Performs the conversion.
impl Display for PathPersistError
[src]
impl Display for PathPersistError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for PathPersistError
[src]
impl Error for PathPersistError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
[src]
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
fn type_id(&self) -> TypeId where
Self: 'static,
[src]
fn type_id(&self) -> TypeId where
Self: 'static,
🔬 This is a nightly-only experimental API. (error_type_id
)
unclear whether to commit to this public implementation detail
Get the TypeId
of self
Auto Trait Implementations
impl Send for PathPersistError
impl Send for PathPersistError
impl Sync for PathPersistError
impl Sync for PathPersistError