Struct sonnerie_api::RowAdder

source ·
pub struct RowAdder<'client> { /* private fields */ }
Expand description

An object returned by Client::add_rows.

Implementations

Add a single row

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.