pub struct LoftyError { /* private fields */ }Expand description
Errors that could occur within Lofty
Implementations§
Trait Implementations§
Source§impl Debug for LoftyError
impl Debug for LoftyError
Source§impl Display for LoftyError
impl Display for LoftyError
Source§impl Error for LoftyError
impl Error for LoftyError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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<Error> for LoftyError
impl From<Error> for LoftyError
Source§impl From<Error> for LoftyError
impl From<Error> for LoftyError
Source§impl From<FileDecodingError> for LoftyError
impl From<FileDecodingError> for LoftyError
Source§fn from(input: FileDecodingError) -> Self
fn from(input: FileDecodingError) -> Self
Converts to this type from the input type.
Source§impl From<FileEncodingError> for LoftyError
impl From<FileEncodingError> for LoftyError
Source§fn from(input: FileEncodingError) -> Self
fn from(input: FileEncodingError) -> Self
Converts to this type from the input type.
Source§impl From<FromUtf8Error> for LoftyError
impl From<FromUtf8Error> for LoftyError
Source§fn from(input: FromUtf8Error) -> Self
fn from(input: FromUtf8Error) -> Self
Converts to this type from the input type.
Source§impl From<Id3v2Error> for LoftyError
impl From<Id3v2Error> for LoftyError
Source§fn from(input: Id3v2Error) -> Self
fn from(input: Id3v2Error) -> Self
Converts to this type from the input type.
Source§impl From<Infallible> for LoftyError
impl From<Infallible> for LoftyError
Source§fn from(input: Infallible) -> Self
fn from(input: Infallible) -> Self
Converts to this type from the input type.
Source§impl From<PageError> for LoftyError
impl From<PageError> for LoftyError
Source§impl From<TryReserveError> for LoftyError
impl From<TryReserveError> for LoftyError
Source§fn from(input: TryReserveError) -> Self
fn from(input: TryReserveError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LoftyError
impl !RefUnwindSafe for LoftyError
impl Send for LoftyError
impl Sync for LoftyError
impl Unpin for LoftyError
impl !UnwindSafe for LoftyError
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