Struct pyo3_pack::Registry [−][src]
A pip registry such as pypi or testpypi with associated credentials, used for uploading wheels
Fields
username: String
The username
password: String
The password
url: Url
The url endpoint for legacy uploading
Methods
impl Registry[src]
impl RegistryTrait Implementations
impl Debug for Registry[src]
impl Debug for Registryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Registry[src]
impl Clone for Registryfn clone(&self) -> Registry[src]
fn clone(&self) -> RegistryReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for Registry[src]
impl Eq for Registryimpl PartialEq for Registry[src]
impl PartialEq for Registry