Struct style::dom::SendElement [] [src]

pub struct SendElement<E: TElement>(_);

Same reason as for the existence of SendNode, SendElement does the proper things for a given TElement.

Methods

impl<E: TElement> SendElement<E>
[src]

[src]

Unsafely construct a SendElement.

Trait Implementations

impl<E: Debug + TElement> Debug for SendElement<E>
[src]

[src]

Formats the value using the given formatter. Read more

impl<E: Eq + TElement> Eq for SendElement<E>
[src]

impl<E: Hash + TElement> Hash for SendElement<E>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<E: PartialEq + TElement> PartialEq for SendElement<E>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<E: TElement> Send for SendElement<E>
[src]

impl<E: TElement> Deref for SendElement<E>
[src]

The resulting type after dereferencing.

Important traits for &'a mut W
[src]

Dereferences the value.