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