Enum sxd_document::dom::ParentOfChild [] [src]

pub enum ParentOfChild<'d> {
    Root(Root<'d>),
    Element(Element<'d>),
}

Nodes that may occur as the parent of a child node

Variants

Methods

impl<'d> ParentOfChild<'d>
[src]

[src]

[src]

Trait Implementations

impl<'d> Debug for ParentOfChild<'d>
[src]

[src]

Formats the value using the given formatter.

impl<'d> Copy for ParentOfChild<'d>
[src]

impl<'d> Clone for ParentOfChild<'d>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'d> PartialEq for ParentOfChild<'d>
[src]

[src]

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

[src]

This method tests for !=.