Struct over::tup::Tup [] [src]

pub struct Tup { /* fields omitted */ }

Tup struct.

Methods

impl Tup
[src]

[src]

Creates and returns a new Tup from a vector of values.

[src]

Returns the type vector of this Tup.

[src]

Gets the value at index. Returns an error if index is out of bounds.

[src]

Returns the length of this Tup.

[src]

Returns whether this Tup is empty.

[src]

Returns whether this Arr and other point to the same data.

[src]

Sets the value at index to value. Returns an error if index is out of bounds.

Trait Implementations

impl Clone for Tup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Tup
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Tup
[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 PartialEq<Value> for Tup
[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 !=.