pub struct NegativeProofTotalSubdetail {
pub source: AsErrorDetail<DisplayOnly<TryFromIntError>, DefaultTracer>,
}
Fields§
§source: AsErrorDetail<DisplayOnly<TryFromIntError>, DefaultTracer>
Trait Implementations§
Source§impl Clone for NegativeProofTotalSubdetail
impl Clone for NegativeProofTotalSubdetail
Source§fn clone(&self) -> NegativeProofTotalSubdetail
fn clone(&self) -> NegativeProofTotalSubdetail
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 NegativeProofTotalSubdetail
impl Debug for NegativeProofTotalSubdetail
Source§impl<'de> Deserialize<'de> for NegativeProofTotalSubdetail
impl<'de> Deserialize<'de> for NegativeProofTotalSubdetail
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
impl Eq for NegativeProofTotalSubdetail
impl StructuralPartialEq for NegativeProofTotalSubdetail
Auto Trait Implementations§
impl Freeze for NegativeProofTotalSubdetail
impl RefUnwindSafe for NegativeProofTotalSubdetail
impl Send for NegativeProofTotalSubdetail
impl Sync for NegativeProofTotalSubdetail
impl Unpin for NegativeProofTotalSubdetail
impl UnwindSafe for NegativeProofTotalSubdetail
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