#[non_exhaustive]pub struct IntTranslationError;
Expand description
Unable to translate an integer due to loss of precision.
Trait Implementations§
Source§impl Debug for IntTranslationError
impl Debug for IntTranslationError
Source§impl PartialEq for IntTranslationError
impl PartialEq for IntTranslationError
impl Eq for IntTranslationError
impl StructuralPartialEq for IntTranslationError
Auto Trait Implementations§
impl Freeze for IntTranslationError
impl RefUnwindSafe for IntTranslationError
impl Send for IntTranslationError
impl Sync for IntTranslationError
impl Unpin for IntTranslationError
impl UnwindSafe for IntTranslationError
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