pub struct IntegerOverflowSubdetail {
pub source: AsErrorDetail<DisplayOnly<TryFromIntError>, DefaultTracer>,
}
Fields§
§source: AsErrorDetail<DisplayOnly<TryFromIntError>, DefaultTracer>
Trait Implementations§
Source§impl Clone for IntegerOverflowSubdetail
impl Clone for IntegerOverflowSubdetail
Source§fn clone(&self) -> IntegerOverflowSubdetail
fn clone(&self) -> IntegerOverflowSubdetail
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IntegerOverflowSubdetail
impl Debug for IntegerOverflowSubdetail
Source§impl<'de> Deserialize<'de> for IntegerOverflowSubdetail
impl<'de> Deserialize<'de> for IntegerOverflowSubdetail
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for IntegerOverflowSubdetail
impl Display for IntegerOverflowSubdetail
Source§impl PartialEq for IntegerOverflowSubdetail
impl PartialEq for IntegerOverflowSubdetail
Source§impl Serialize for IntegerOverflowSubdetail
impl Serialize for IntegerOverflowSubdetail
impl Eq for IntegerOverflowSubdetail
impl StructuralPartialEq for IntegerOverflowSubdetail
Auto Trait Implementations§
impl Freeze for IntegerOverflowSubdetail
impl RefUnwindSafe for IntegerOverflowSubdetail
impl Send for IntegerOverflowSubdetail
impl Sync for IntegerOverflowSubdetail
impl Unpin for IntegerOverflowSubdetail
impl UnwindSafe for IntegerOverflowSubdetail
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