pub struct FilesystemExporter { /* private fields */ }
Expand description

A data exporter that writes data to a filesystem hierarchy. See the module-level docs for an example.

Implementations

Trait Implementations

Save a payload corresponding to the given key and options. Takes non-mut self as it can be called concurrently. Read more

Function called after all keys have been fully dumped. Takes non-mut self as it can be called concurrently. Read more

This function has to be called before the object is dropped (after all keys have been fully dumped). This conceptually takes ownership, so clients may not interact with this object after close has been called. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.