Struct slos_filesystem::impls::overlayfs::OverlayFilesystem[][src]

pub struct OverlayFilesystem<'a, 'base, 'overlay> {
    pub inner: Arc<OverlayFilesystemInner<'a, 'base, 'overlay>>,
    // some fields omitted
}
Expand description

An overlay filesystem proxy.

Fields

inner: Arc<OverlayFilesystemInner<'a, 'base, 'overlay>>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Get the inode value for this node

Get the filename of this node

Get the permissions of this node

Try to get this node as a FsRoot trait object reference Read more

Try to get this node as a FsDirectory trait object reference Read more

Try to get this node as a FsFile trait object reference Read more

Return an FsNode reference for each node in this directory

Create a new empty file in this directory

Create a new empty directory in this directory

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.