Struct object_chain::Chain[][src]

pub struct Chain<V> {
    pub object: V,
}
Expand description

This piece marks the end of a chain.

Fields

object: V

The wrapped object.

Implementations

Creates a new Chain by wrapping the given object.

Trait Implementations

Return the number of objects linked to this chain element

Append an object to the chain

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Performs the conversion.

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.