pub enum DossierFiles {}

Trait Implementations§

Formats the value using the given formatter. Read more
The type of the metadata stored in File. If you do not need to store metadata, you can set this type to ().
The maximum size for each write to an underlying file. The file will be stored by breaking the data written into chunks no larger than BLOCK_SIZE.
Returns the unique collection name to use to store [Files][direct::File].
Returns the unique collection name to use to store file blocks.
Registers the collections for this configuration into schema.
Builds a new file. If name_or_path starts with a /, the argument is treated as a full path to the file being built. Otherwise, the argument is treated as the file’s name. The file’s metadata will be metadata upon creation. The file’s metadata will be metadata upon creation.
Returns the file with the unique id given, if found. This function only loads metadata about the file, it does not load the contents of the file.
Returns the file located at path, if found. This function only loads metadata about the file, it does not load the contents of the file.
Returns the file locate at path, or creates an empty file if not currently present. Read more
Deletes the file at path. Returns true if a file was deleted. Does not error if the file is not found.
Returns all files that have a containing path of exactly path. It will only return files that have been created, and will not return “virtual” directories that are part of a file’s path but have never been created. Read more
Returns all files that have a path starting with path. Read more
Returns statistics for all files contained within this collection. This is equivalent to calling [Self::stats_for_path] with "/" for the path.
Returns statistics for all files whose path starts with path.
Returns the file with the unique id given, if found. This function only loads metadata about the file, it does not load the contents of the file.
Returns the file located at path, if found. This function only loads metadata about the file, it does not load the contents of the file.
Returns the file locate at path, or creates an empty file if not currently present. Read more
Deletes the file at path. Returns true if a file was deleted. Does not error if the file is not found.
Returns all files that have a containing path of exactly path. It will only return files that have been created, and will not return “virtual” directories that are part of a file’s path but have never been created. Read more
Returns all files that have a path starting with path. Read more
Returns statistics for all files contained within this collection. This is equivalent to calling [Self::stats_for_path_async] with "/" for the path.
Returns statistics for all files whose path starts with path.

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
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