Struct crates_index::IndexConfig
source · [−]Expand description
Global configuration of an index, reflecting the contents of config.json.
Fields
dl: String
Pattern for creating download URLs. Use IndexConfig::download_url
instead.
api: Option<String>
Base URL for publishing, etc.
Implementations
sourceimpl IndexConfig
impl IndexConfig
Trait Implementations
sourceimpl Clone for IndexConfig
impl Clone for IndexConfig
sourcefn clone(&self) -> IndexConfig
fn clone(&self) -> IndexConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IndexConfig
impl Debug for IndexConfig
sourceimpl<'de> Deserialize<'de> for IndexConfig
impl<'de> Deserialize<'de> for IndexConfig
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndexConfig
impl Send for IndexConfig
impl Sync for IndexConfig
impl Unpin for IndexConfig
impl UnwindSafe for IndexConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more