Module asuran::manifest::destination [−][src]
Re-exports
pub use filesystem::FileSystemTarget;
Modules
Structs
A collection of Read
s and the byte ranges that they are associated with, in an
object to be committed to a repository.
Representation of a Read
/Write
for an object, and the range of bytes within
that object it is responsible for
Describes an abstract representation of a directory structure.
Iterates over an owned Listing
A node is a description of an object in the listing
Iterated over a borrowed Listing
A collection of Write
s and their associated byte ranges with in an object to
be restored from a repository.
Enums
The type of node in the listing
Traits
Collection of methods that a backup driver has to implement in order for a generic backup driver to be able to commit its objects to a repository
Collection of methods that a restore target has to implement in order for a generic restore driver to be able to load and properly restore its objects from a repository.