Struct tsconfig_includes::io::FromFileError
source · #[non_exhaustive]pub struct FromFileError { /* private fields */ }Trait Implementations§
source§impl Debug for FromFileError
impl Debug for FromFileError
source§impl Display for FromFileError
impl Display for FromFileError
source§impl Error for FromFileError
impl Error for FromFileError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<FromFileError> for BuildWalkerErrorKind
impl From<FromFileError> for BuildWalkerErrorKind
source§fn from(err: FromFileError) -> Self
fn from(err: FromFileError) -> Self
Converts to this type from the input type.
source§impl From<FromFileError> for Error
impl From<FromFileError> for Error
source§fn from(err: FromFileError) -> Self
fn from(err: FromFileError) -> Self
Converts to this type from the input type.
source§impl From<FromFileError> for Error
impl From<FromFileError> for Error
source§fn from(err: FromFileError) -> Self
fn from(err: FromFileError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for FromFileError
impl Send for FromFileError
impl Sync for FromFileError
impl Unpin for FromFileError
impl !UnwindSafe for FromFileError
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