Struct sonnerie_api::RowAdder[][src]

pub struct RowAdder<'client> { /* fields omitted */ }

A function returned by Client::add_rows.

Methods

impl<'client> RowAdder<'client>
[src]

Add a single row

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

Explicitly end the transaction, testing for errors

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

impl<'client> Drop for RowAdder<'client>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'client> !Send for RowAdder<'client>

impl<'client> !Sync for RowAdder<'client>