pub struct MetadataStore { /* private fields */ }
Expand description

Metadata store.

MetadataStore provides the API to operate on a database to store and fetch metadata.

Implementations

Connects to the database specified by the given URI.

Makes a request builder to put an artifact type.

Makes a request builder to get artifact types.

Makes a request builder to put an execution type.

Makes a request builder to get execution types.

Makes a request builder to put a context type.

Makes a request builder to get context types.

Makes a request builder to create a new artifact.

Makes a request builder to update an artifact.

Makes a request builder to get artifacts.

Makes a request builder to create a new execution.

Makes a request builder to update an execution.

Makes a request builder to get executions.

Makes a request builder to create a new context.

Makes a request builder to update a context.

Makes a request builder to get contexts.

Makes a request builder to create a new attribution.

Makes a request builder to create a new association.

Makes a request builder to create a new event.

Makes a request builder to get events.

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

Returns the argument unchanged.

Calls U::from(self).

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

Should always be Self

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.