pub struct U256FromStrError(/* private fields */);Trait Implementations§
Source§impl Debug for U256FromStrError
impl Debug for U256FromStrError
Source§impl Display for U256FromStrError
impl Display for U256FromStrError
Source§impl Error for U256FromStrError
impl Error for U256FromStrError
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()
Auto Trait Implementations§
impl Freeze for U256FromStrError
impl RefUnwindSafe for U256FromStrError
impl Send for U256FromStrError
impl Sync for U256FromStrError
impl Unpin for U256FromStrError
impl UnwindSafe for U256FromStrError
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