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