Struct dossier::schema::Project

source ·
pub struct Project {
    pub slug: String,
}

Fields§

§slug: String

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
The unique id type. Each document stored in a collection will be uniquely identified by this type. Read more
The unique name of this collection. Each collection must be uniquely named within the Schema it is registered within.
Defines all Views in this collection in schema.
If a [KeyId] is returned, this collection will be stored encrypted at-rest using the key specified.
Formats the value using the given formatter. Read more
Returns the natural identifier of contents. This is called when pushing values into a collection, before attempting to automatically assign a unique id.
Deserialize this value from the given Serde deserializer. Read more
The name view defined for the collection.
Gets a [CollectionDocument] with id from connection.
Gets a [CollectionDocument] with id from connection.
Gets a [CollectionDocument] with id from connection.
Gets a [CollectionDocument] with id from connection.
Loads a document from this collection by name, if applicable. Return Ok(None) if unsupported.
Loads a document from this collection by name, if applicable. Return Ok(None) if unsupported.
Deletes a document by its name. Returns true if a document was deleted.
Deletes a document by its name. Returns true if a document was deleted.
Serialize this value into the given Serde serializer. 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 alignment of pointer.
The type for initializers.
Initializes a with the given initializer. Read more
Dereferences the given pointer. Read more
Mutably dereferences the given pointer. Read more
Drops the object pointed to by the given pointer. Read more
Should always be Self
Returns the unique [SchemaName] for this schema.
Defines the Collections into schema.
Retrieves the [Schematic] for this schema.
The type of the contents stored in documents in this collection.
The serialization format for this collection.
Returns the configured instance of [Self::Format].
Returns the natural identifier of contents. This is called when pushing values into a collection, before attempting to automatically assign a unique id.
Deserialize data as Self::Contents using this collection’s format.
Returns the deserialized contents of doc.
Sets the contents of doc to contents.
Serialize item using this collection’s format.
Gets a [CollectionDocument] with id from connection. Read more
Gets a [CollectionDocument] with id from connection. Read more
Retrieves all documents matching ids. Documents that are not found are not returned, but no error will be generated. Read more
Retrieves all documents matching ids. Documents that are not found are not returned, but no error will be generated. Read more
Retrieves all documents matching the range of ids. Read more
Retrieves all documents matching the range of ids. Read more
Retrieves all documents with ids that start with prefix. Read more
Retrieves all documents with ids that start with prefix. Read more
Retrieves all documents. Read more
Retrieves all documents. Read more
Pushes this value into the collection, returning the created document. This function is useful when Self != Self::Contents. Read more
Pushes this value into the collection, returning the created document. This function is useful when Self != Self::Contents. Read more
Pushes all contents in a single transaction. If successful, all collection documents will be returned. If an error occurs during this operation, no documents will be pushed. Read more
Pushes all contents in a single transaction. If successful, all collection documents will be returned. If an error occurs during this operation, no documents will be pushed. Read more
Pushes this value into the collection, returning the created document. Read more
Pushes this value into the collection, returning the created document. Read more
Inserts this value into the collection with the specified id, returning the created document. Read more
Inserts this value into the collection with the specified id, returning the created document. Read more
Inserts this value into the collection with the given id, returning the created document. Read more
Inserts this value into the collection with the given id, returning the created document. Read more
Overwrites this value into the collection with the specified id, returning the created or updated document. Read more
Overwrites this value into the collection with the specified id, returning the created or updated document. Read more
Overwrites this value into the collection with the given id, returning the created or updated document. Read more
Overwrites this value into the collection with the given id, returning the created or updated document. Read more
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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