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