pub struct CreateAdder<'client> { /* private fields */ }
Expand description

A function returned by Client::create_and_add.

Implementations

Add a single row

If the series name doesn’t exist, creates it. If it does, then the existing format must match format. Then adds a record.

If you pass multiple rows for the same series, then the timestamps must be ascending.

Panics on error. Call row_checked in order to test for failures.

Explicitly end the operation.

Calling this function is optional, you can just let the object go out of scope, but this function allows you to check for errors.

Trait Implementations

Executes the destructor for this type. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.