pub struct LayerElementEntryHandle<'a> { /* private fields */ }
Expand description

Layer element entry node.

The nodes may be children of a Layer element. They have simple metadata but not layer element content itself.

Implementations

Returns layer element type string.

Returns layer element type.

Returns the layer element index in the same type.

Returns typed layer element handle.

Methods from Deref<Target = NodeHandle<'a>>

Returns a reference to the tree.

Returns the node ID.

Returns the node name.

Returns the node attributes.

Returns an iterator of children with the given name.

Returns an iterator of children with the given name.

Returns the first child with the given name.

Compares nodes strictly.

Returns true if the two trees are same.

Note that f32 and f64 values are compared bitwise.

Note that this method compares tree data, not internal states of the trees.

Returns parent node handle if available.

Returns first child node handle if available.

Returns last child node handle if available.

Returns previous sibling node handle if available.

Returns next sibling node handle if available.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.