Struct taplo::dom::FloatNode[][src]

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

Trait Implementations

impl Cast for FloatNode[src]

impl Clone for FloatNode[src]

impl Debug for FloatNode[src]

impl Eq for FloatNode[src]

impl From<FloatNode> for Node[src]

impl Hash for FloatNode[src]

impl NodeSyntax for FloatNode[src]

impl PartialEq<FloatNode> for FloatNode[src]

impl Rewrite for FloatNode[src]

type Builder = FloatNode

impl StructuralEq for FloatNode[src]

impl StructuralPartialEq for FloatNode[src]

impl TryFrom<FloatNode> for Value[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl !RefUnwindSafe for FloatNode

impl !Send for FloatNode

impl !Sync for FloatNode

impl Unpin for FloatNode

impl !UnwindSafe for FloatNode

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<T> DynClone for T where
    T: Clone
[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.