Struct dittolive_ditto::fs::PersistentRoot [−][src]
pub struct PersistentRoot { /* fields omitted */ }
Implementations
Manually construct a root directory
Get a Ditto Directory from the path of the current executable
Create a Ditto Directory from Env Vars
Trait Implementations
Emits the Ditto Root Directory Path as a null-terminated UTF-8 C-string
Emits the Ditto Data Directory Path as a null-terminated UTF-8 C-string
Returns the path of the Ditto Data Directory as a &str
Auto Trait Implementations
impl RefUnwindSafe for PersistentRoot
impl Send for PersistentRoot
impl Sync for PersistentRoot
impl Unpin for PersistentRoot
impl UnwindSafe for PersistentRoot
Blanket Implementations
Mutably borrows from an owned value. Read more