Struct immer_rs::FlexVector [] [src]

pub struct FlexVector { /* fields omitted */ }

Methods

impl FlexVector
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Important traits for FlexVectorIter
[src]

Important traits for FlexVectorRIter
[src]

Trait Implementations

impl Add for FlexVector
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<'a, 'b> Add<&'a FlexVector> for &'b FlexVector
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl<'a> Add<&'a FlexVector> for FlexVector
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Clone for FlexVector
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for FlexVector
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for FlexVector

impl !Sync for FlexVector