pub struct CargoNetConfig {
pub retry: Option<u32>,
pub offline: Option<bool>,
pub git_fetch_with_cli: Option<bool>,
}
Fields
retry: Option<u32>
offline: Option<bool>
git_fetch_with_cli: Option<bool>
Trait Implementations
sourceimpl Debug for CargoNetConfig
impl Debug for CargoNetConfig
sourceimpl<'de> Deserialize<'de> for CargoNetConfig
impl<'de> Deserialize<'de> for CargoNetConfig
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 CargoNetConfig
impl Send for CargoNetConfig
impl Sync for CargoNetConfig
impl Unpin for CargoNetConfig
impl UnwindSafe for CargoNetConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more