Struct filesystem::FakeTempDir [] [src]

pub struct FakeTempDir { /* fields omitted */ }

Methods

impl FakeTempDir
[src]

Trait Implementations

impl Debug for FakeTempDir
[src]

Formats the value using the given formatter.

impl Clone for FakeTempDir
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl TempDir for FakeTempDir
[src]

Returns the [Path] of the temporary directory. Read more

impl Drop for FakeTempDir
[src]

A method called when the value goes out of scope. Read more