Struct npyz::write_options::WithWriter[][src]

pub struct WithWriter<W, Builder> { /* fields omitted */ }
Expand description

Return type of WriterBuilder::writer. It represents a config with a known output stream.

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 type of the output stream.

Set the data order for arrays with more than one dimension. Read more

Calls Self::dtype with the default dtype for the type to be serialized. Read more

Use the specified dtype. Read more

Set the shape for an n-d array. Read more

Set the ouput Write object. Read more

Begin writing an array of the previously supplied shape.

Begin writing a 1d array, of length to be inferred from the number of elements written. 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 resulting type after obtaining ownership.

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

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.