[−][src]Enum taplo::dom::PathKey
Variants
Key(String)
Index(usize)
Implementations
impl PathKey
[src][−]
Trait Implementations
impl Clone for PathKey
[src][+]
impl Debug for PathKey
[src][+]
impl Eq for PathKey
[src]
impl<'_> From<&'_ String> for PathKey
[src][+]
impl<'_> From<&'_ str> for PathKey
[src][+]
impl From<String> for PathKey
[src][+]
impl From<i32> for PathKey
[src][+]
impl From<i64> for PathKey
[src][+]
impl From<u32> for PathKey
[src][+]
impl From<u64> for PathKey
[src][+]
impl From<usize> for PathKey
[src][+]
impl Hash for PathKey
[src][+]
impl PartialEq<PathKey> for PathKey
[src][+]
impl StructuralEq for PathKey
[src]
impl StructuralPartialEq for PathKey
[src]
impl ToString for PathKey
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for PathKey
impl Send for PathKey
impl Sync for PathKey
impl Unpin for PathKey
impl UnwindSafe for PathKey
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<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?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> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,