Struct rrun_ssh::RemoteMounts [] [src]

pub struct RemoteMounts { /* fields omitted */ }

Encapsulates data on which directories have been remotely mounted.

Methods

impl RemoteMounts
[src]

Loads the contents of an mtab file into a RemoteMounts structure.

Loads the contents of /etc/mtab into a RemoteMounts structure.

Determines the location of the given directory.

Determines the location of the current directory.

Trait Implementations

impl Debug for RemoteMounts
[src]

Formats the value using the given formatter.