Struct elba::util::lock::DirLock[][src]

pub struct DirLock { /* fields omitted */ }

A lock on a directory. This just generates a sibling file to the directory which indicates that the directory is locked.

Methods

impl DirLock
[src]

Trait Implementations

impl Debug for DirLock
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DirLock
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for DirLock
[src]

impl Drop for DirLock
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for DirLock

impl Sync for DirLock