Struct assert_fs::ChildPath [] [src]

pub struct ChildPath { /* fields omitted */ }

A path within a TempDir

Methods

impl ChildPath
[src]

[src]

Wrap a path for use with special built extension traits.

See trait implementations or TempDirChildExt for more details.

[src]

Access the path.

Trait Implementations

impl ChildPathTouchExt for ChildPath
[src]

[src]

Create an empty file at ChildPath. Read more

impl ChildPathWriteBinExt for ChildPath
[src]

[src]

Write a binary file at ChildPath. Read more

impl ChildPathWriteStrExt for ChildPath
[src]

[src]

Write a text file at ChildPath. Read more

impl TempDirCopyExt for ChildPath
[src]

[src]

Copy files and directories into the current path from the source according to the glob patterns. Read more

Auto Trait Implementations

impl Send for ChildPath

impl Sync for ChildPath