Struct reinfer_client::Client[][src]

pub struct Client { /* fields omitted */ }

Implementations

Create a new API client.

List all visible sources.

Get a source by either id or name.

Create a new source.

Update a source.

Delete a source.

Delete comments by id in a source.

Get a page of comments from a source.

Iterate through all comments in a source.

Create a dataset.

Update a dataset.

Get labellings for a given a dataset and a list of comment UIDs.

Iterate through all reviewed comments in a source.

Get reviewed comments in bulk

Update labellings for a given a dataset and comment UID.

Create a new bucket.

Trait Implementations

Formats the value using the given formatter. 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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

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.