Struct thrift_codec::data::List [] [src]

pub struct List { /* fields omitted */ }

List.

Methods

impl List
[src]

[src]

Makes a new List instance.

Methods from Deref<Target = Elements>

[src]

Returns the element placed at the specified index.

[src]

Returns the element count of this sequence.

[src]

Returns true if this sequence has no elements.

[src]

Returns an iterator over the elements of this sequence.

[src]

Returns the kind of the elements in this sequence.

Trait Implementations

impl Debug for List
[src]

[src]

Formats the value using the given formatter.

impl Clone for List
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for List
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for List
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl From<Vec<bool>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<i8>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<i16>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<i32>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<i64>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<f64>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<Vec<u8>>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<Struct>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<Map>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<Set>> for List
[src]

[src]

Performs the conversion.

impl From<Vec<List>> for List
[src]

[src]

Performs the conversion.

impl BinaryDecode for List
[src]

[src]

Decodes an object.

impl CompactDecode for List
[src]

[src]

Decodes an object.

impl BinaryEncode for List
[src]

[src]

Encodes an object.

impl CompactEncode for List
[src]

[src]

Encodes an object.