pub struct ParseMpqError { /* private fields */ }Trait Implementations§
Source§impl Debug for ParseMpqError
impl Debug for ParseMpqError
Source§impl Display for ParseMpqError
impl Display for ParseMpqError
Source§impl Error for ParseMpqError
impl Error for ParseMpqError
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&'static dyn Error>
fn cause(&self) -> Option<&'static dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Auto Trait Implementations§
impl Freeze for ParseMpqError
impl RefUnwindSafe for ParseMpqError
impl Send for ParseMpqError
impl Sync for ParseMpqError
impl Unpin for ParseMpqError
impl UnwindSafe for ParseMpqError
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