pub struct ParseMpzError { /* private fields */ }Trait Implementations§
Source§impl Debug for ParseMpzError
impl Debug for ParseMpzError
Source§impl Display for ParseMpzError
impl Display for ParseMpzError
Source§impl Error for ParseMpzError
impl Error for ParseMpzError
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 ParseMpzError
impl RefUnwindSafe for ParseMpzError
impl Send for ParseMpzError
impl Sync for ParseMpzError
impl Unpin for ParseMpzError
impl UnwindSafe for ParseMpzError
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