Struct filesystem::FakeTempDir [] [src]

pub struct FakeTempDir { /* fields omitted */ }

Methods

impl FakeTempDir
[src]

[src]

Trait Implementations

impl Debug for FakeTempDir
[src]

[src]

Formats the value using the given formatter.

impl Clone for FakeTempDir
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl TempDir for FakeTempDir
[src]

[src]

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

impl Drop for FakeTempDir
[src]

[src]

Executes the destructor for this type. Read more