pub struct Snapshot<'a> { /* private fields */ }
Expand description

Namespace client for Snapshot APIs

Implementations

Creates a new instance of Snapshot

Snapshot Cleanup Repository API

Removes stale data from repository.

Snapshot Clone API

Clones indices from one snapshot into another snapshot in the same repository.

Snapshot Create API

Creates a snapshot in a repository.

Snapshot Create Repository API

Creates a repository.

Snapshot Delete API

Deletes one or more snapshots.

Snapshot Delete Repository API

Deletes a repository.

Snapshot Get API

Returns information about a snapshot.

Snapshot Get Repository API

Returns information about a repository.

Snapshot Repository Analyze API

Analyzes a repository for correctness and performance

Snapshot Restore API

Restores a snapshot.

Snapshot Status API

Returns information about the status of a snapshot.

Snapshot Verify Repository API

Verifies a repository.

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.

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

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.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more