pub struct Config {
pub rust_libraries_root: PathBuf,
pub web_libraries_root: PathBuf,
pub web_publications_root: PathBuf,
pub rust_binaries_root: PathBuf,
pub rust_binary_publications_root: PathBuf,
pub crates_io_registry_token: String,
pub object_store: Arc<dyn ObjectStore>,
}Fields§
§rust_libraries_root: PathBuf§web_libraries_root: PathBuf§web_publications_root: PathBuf§rust_binaries_root: PathBuf§rust_binary_publications_root: PathBuf§crates_io_registry_token: String§object_store: Arc<dyn ObjectStore>Auto Trait Implementations§
impl !RefUnwindSafe for Config
impl !UnwindSafe for Config
impl Freeze for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnsafeUnpin for Config
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