pub struct ContentClient {}
Expand description

Implements all the request to interact with Catalyst Content Servers.

Implementations

Returns a list of entity ids related to the given ContentId hash. See on Catalyst API Docs

Returns the availability state for all the given ContentIds. See on Catalyst API Docs

Download the file referenced by content_id in the path given by filename. See on Catalyst API Docs

Get information about the given entity. See on Catalyst API Docs

Returns the scene content files for all the scenes that own the given parcels. See on Catalyst API Docs

Returns a list of entities (in the form of EntitySnapshot) for the given entity_type and snapshot.

Returns a snapshot that includes the content ids for the entities available in the snapshot. See on Catalyst API Docs

Returns information about the status of the server. See on Catalyst API Docs

Trait Implementations

Returns the “default value” for a 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.

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