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]
Trait Implementations
impl<E: Debug + TElement> Debug for SendElement<E>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[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]
fn hash<__HE: Hasher>(&self, __arg_0: &mut __HE)
[src]
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<E: PartialEq + TElement> PartialEq for SendElement<E>
[src]
fn eq(&self, __arg_0: &SendElement<E>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SendElement<E>) -> bool
[src]
This method tests for !=
.