Enum cargo::ops::RegistryConfig
source · [−]Expand description
Registry settings loaded from config files.
This is loaded based on the --registry
flag and the config settings.
Variants
None
Token(String)
The authentication token.
Process((PathBuf, Vec<String>))
Process used for fetching a token.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RegistryConfig
impl Send for RegistryConfig
impl Sync for RegistryConfig
impl Unpin for RegistryConfig
impl UnwindSafe for RegistryConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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