Enum file_lock::LockKind [] [src]

pub enum LockKind {
    NonBlocking,
    Blocking,
}

Represents the kind of lock (e.g. blocking, non-blocking)

Variants

Trait Implementations

impl Clone for LockKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LockKind
[src]

Formats the value using the given formatter.

impl Into<i32> for LockKind
[src]

Performs the conversion.