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