Enum serde_ignored::Path [−][src]
pub enum Path<'a> { Root, Seq { parent: &'a Path<'a>, index: usize, }, Map { parent: &'a Path<'a>, key: String, }, Some { parent: &'a Path<'a>, }, NewtypeStruct { parent: &'a Path<'a>, }, NewtypeVariant { parent: &'a Path<'a>, }, }
Path to the current value in the input, like dependencies.serde.typo1
.
Variants
Fields of Some
parent: &'a Path<'a>
Fields of NewtypeStruct
parent: &'a Path<'a>
Fields of NewtypeVariant
parent: &'a Path<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Path<'a>
impl<'a> Send for Path<'a>
impl<'a> Sync for Path<'a>
impl<'a> Unpin for Path<'a>
impl<'a> UnwindSafe for Path<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,