pub struct StoragePaths {
pub config_dir: PathBuf,
pub storage: PathBuf,
pub cache: PathBuf,
pub identities: PathBuf,
}Expand description
Paths for storage directories.
Fields§
§config_dir: PathBuf§storage: PathBuf§cache: PathBuf§identities: PathBufTrait Implementations§
Source§impl Clone for StoragePaths
impl Clone for StoragePaths
Source§fn clone(&self) -> StoragePaths
fn clone(&self) -> StoragePaths
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StoragePaths
impl RefUnwindSafe for StoragePaths
impl Send for StoragePaths
impl Sync for StoragePaths
impl Unpin for StoragePaths
impl UnwindSafe for StoragePaths
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more