[][src]Struct taplo::dom::DateNode

#[repr(transparent)]pub struct DateNode(_);

Trait Implementations

impl Cast for DateNode[src]

impl Clone for DateNode[src]

impl Debug for DateNode[src]

impl Eq for DateNode[src]

impl From<DateNode> for Node[src]

impl Hash for DateNode[src]

impl NodeSyntax for DateNode[src]

impl PartialEq<DateNode> for DateNode[src]

impl StructuralEq for DateNode[src]

impl StructuralPartialEq for DateNode[src]

impl TryFrom<DateNode> for Value[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl !RefUnwindSafe for DateNode

impl !Send for DateNode

impl !Sync for DateNode

impl Unpin for DateNode

impl !UnwindSafe for DateNode

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.