Struct zbox::RepoInfo[][src]

pub struct RepoInfo { /* fields omitted */ }
Expand description

Information about a repository.

This structure is returned from the Repo::info represents known metadata about a repository such as its volume ID, version, URI, creation times and etc.

Implementations

Returns the unique volume id of this repository.

Returns repository version as string.

This is the string representation of the repository version, for example, 0.6.0.

Returns the repository URI string.

This string may contain confidential data for a particular storage, such as Zbox Cloud storage, you might need to mask it as your wish.

Returns the operation limit for repository password hash.

Returns the memory limit for repository password hash

Returns repository password encryption cipher.

Returns whether compression is enabled.

Returns the default maximum number of file versions.

Returns whether the file data chunk deduplication is enabled.

Returns whether the file deduplication is enabled.

Returns whether this repository is read-only.

Returns the creation time of this repository.

Trait Implementations

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

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.