Struct lofty::error::LoftyError
source · [−]pub struct LoftyError { /* private fields */ }Expand description
Errors that could occur within Lofty
Implementations
Trait Implementations
sourceimpl Debug for LoftyError
impl Debug for LoftyError
sourceimpl Display for LoftyError
impl Display for LoftyError
sourceimpl Error for LoftyError
impl Error for LoftyError
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl From<Error> for LoftyError
impl From<Error> for LoftyError
sourceimpl From<FileDecodingError> for LoftyError
impl From<FileDecodingError> for LoftyError
sourcefn from(input: FileDecodingError) -> Self
fn from(input: FileDecodingError) -> Self
Converts to this type from the input type.
sourceimpl From<FileEncodingError> for LoftyError
impl From<FileEncodingError> for LoftyError
sourcefn from(input: FileEncodingError) -> Self
fn from(input: FileEncodingError) -> Self
Converts to this type from the input type.
sourceimpl From<FromUtf8Error> for LoftyError
impl From<FromUtf8Error> for LoftyError
sourcefn from(input: FromUtf8Error) -> Self
fn from(input: FromUtf8Error) -> Self
Converts to this type from the input type.
sourceimpl From<ID3v2Error> for LoftyError
impl From<ID3v2Error> for LoftyError
sourcefn from(input: ID3v2Error) -> Self
fn from(input: ID3v2Error) -> Self
Converts to this type from the input type.
sourceimpl From<PageError> for LoftyError
impl From<PageError> for LoftyError
sourceimpl From<TryReserveError> for LoftyError
impl From<TryReserveError> for LoftyError
sourcefn from(input: TryReserveError) -> Self
fn from(input: TryReserveError) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for LoftyError
impl Send for LoftyError
impl Sync for LoftyError
impl Unpin for LoftyError
impl !UnwindSafe for LoftyError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more