MCPcopy Create free account

hub / github.com/VivekPanyam/lunchbox / types & classes

Types & classes23 in github.com/VivekPanyam/lunchbox

EnumChrootError
src/chroot.rs:81
ClassChrootFS
Wraps a lunchbox filesystem to modify paths going into the filesystem and paths coming out of the filesystem to add or remove a prefix respectively.
src/chroot.rs:46
ClassChrootReadDirPoller
src/chroot.rs:211
ClassDirEntry
Entries returned by a [`ReadDir`] stream. An instance of `DirEntry` represents an entry inside of a directory on a filesystem. Each entry can be insp
src/types.rs:490
EnumError
src/localfs.rs:35
InterfaceFSWrapper
Used to support wrappers for a filesystem (e.g. Arc<T> where T is a filesystem)
src/chroot.rs:52
ClassFileType
src/types.rs:688
InterfaceHasFileType
All lunchbox filesystems implement this trait. In order to be useful, `FileType` should implement [`ReadableFile`] and possibly [`WritableFile`]
src/types.rs:51
ClassLocalFS
src/localfs.rs:64
ClassLocalFSReadDirPoller
src/localfs.rs:282
InterfaceLunchboxPathUtils
src/path.rs:43
ClassMetadata
src/types.rs:765
ClassOpenOptions
src/types.rs:1041
ClassOpenOptionsInner
src/types.rs:1048
InterfacePathType
PathType is an alias for `AsRef<Path> + Send`
src/types.rs:56
ClassPermissions
src/types.rs:983
ClassReadDir
Reads the entries in a directory. This struct is returned from the [`read_dir`] method and will yield instances of [`DirEntry`]. Through a [`DirEntry
src/types.rs:663
InterfaceReadDirPoller
Used when implementing a lunchbox filesystem. Users of lunchbox filesystems can ignore this trait
src/types.rs:607
InterfaceReadableFile
src/types.rs:403
InterfaceReadableFileSystem
src/types.rs:62
InterfaceSealed
src/path.rs:30
InterfaceWritableFile
src/types.rs:428
InterfaceWritableFileSystem
src/types.rs:199