Struct conserve::RestoreOptions [] [src]

pub struct RestoreOptions { /* fields omitted */ }

Options for Restore operation.

Methods

impl RestoreOptions
[src]

[src]

[src]

[src]

Restore a version from the archive.

This will warn, but not fail, if the version is incomplete: this might mean only part of the source tree is copied back.

Trait Implementations

impl Default for RestoreOptions
[src]

[src]

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

impl Debug for RestoreOptions
[src]

[src]

Formats the value using the given formatter.