pub struct PlaylistDecodeError { /* private fields */ }
Implementations§
Source§impl PlaylistDecodeError
impl PlaylistDecodeError
pub fn new(msg: &str) -> PlaylistDecodeError
Trait Implementations§
Source§impl Debug for PlaylistDecodeError
impl Debug for PlaylistDecodeError
Source§impl Display for PlaylistDecodeError
impl Display for PlaylistDecodeError
Source§impl Error for PlaylistDecodeError
impl Error for PlaylistDecodeError
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<AttrError> for PlaylistDecodeError
impl From<AttrError> for PlaylistDecodeError
Source§impl From<EncodingError> for PlaylistDecodeError
impl From<EncodingError> for PlaylistDecodeError
Source§fn from(_value: EncodingError) -> Self
fn from(_value: EncodingError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PlaylistDecodeError
impl RefUnwindSafe for PlaylistDecodeError
impl Send for PlaylistDecodeError
impl Sync for PlaylistDecodeError
impl Unpin for PlaylistDecodeError
impl UnwindSafe for PlaylistDecodeError
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