Struct libmount::Move [] [src]

pub struct Move { /* fields omitted */ }

A move operation definition

This is a similar to mount --move and allows to atomically move mount point from one place to another

Methods

impl Move
[src]

Create a new Move operation

Execute a bind mount and explain the error immediately

Trait Implementations

impl Debug for Move
[src]

Formats the value using the given formatter.

impl Clone for Move
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Move
[src]

Formats the value using the given formatter. Read more