Struct zbox::RepoInfo [] [src]

pub struct RepoInfo { /* fields omitted */ }

Information about a repository.

Methods

impl RepoInfo
[src]

[src]

Returns the unique volume id in this repository.

[src]

Returns repository version string.

This is the string representation of this repository, for example, 1.0.2.

[src]

Returns the location URI string of this repository.

[src]

Returns the operation limit for repository password hash.

[src]

Returns the memory limit for repository password hash

[src]

Returns repository password encryption cipher.

[src]

Returns the creation time of this repository.

[src]

Returns whether this repository is read-only.

Trait Implementations

impl Debug for RepoInfo
[src]

[src]

Formats the value using the given formatter.