Struct zbox::Version [] [src]

pub struct Version { /* fields omitted */ }

A representation of a permanent file content.

Methods

impl Version
[src]

[src]

Returns the version number of this content.

The version number starts from 1 and continuously increases by 1.

[src]

Returns the byte length of this version of content.

[src]

Returns the creation time of this version of content.

Trait Implementations

impl Debug for Version
[src]

[src]

Formats the value using the given formatter.

impl Default for Version
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for Version
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more