Struct oxygengine_core::storage::engines::fs::FsStorageEngine [−][src]
pub struct FsStorageEngine {
pub root: PathBuf,
}Fields
root: PathBufImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FsStorageEngine
impl Send for FsStorageEngine
impl Sync for FsStorageEngine
impl Unpin for FsStorageEngine
impl UnwindSafe for FsStorageEngine
Blanket Implementations
Mutably borrows from an owned value. Read more