Enum stdweb::web::CloneKind [] [src]

pub enum CloneKind {
    Shallow,
    Deep,
}

An enum which determines whenever the DOM Node's children will also be cloned or not.

Mainly used in INode::clone_node.

Variants

Will not clone the children.

Will clone the children.

Trait Implementations

impl Copy for CloneKind
[src]

impl Clone for CloneKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CloneKind
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for CloneKind
[src]

impl Debug for CloneKind
[src]

[src]

Formats the value using the given formatter.