Struct warg_client::StoragePaths
source · pub struct StoragePaths {
pub registry_url: RegistryUrl,
pub registries_dir: PathBuf,
pub content_dir: PathBuf,
pub namespace_map_path: PathBuf,
}Expand description
Paths used for storage
Fields§
§registry_url: RegistryUrlThe registry URL relating to the storage paths.
registries_dir: PathBufThe path to the registry storage directory.
content_dir: PathBufThe path to the content storage directory.
namespace_map_path: PathBufThe path to the namespace map storage directory.
Auto Trait Implementations§
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