Struct pyo3_pack::Registry[][src]

pub struct Registry {
    pub username: String,
    pub password: String,
    pub url: Url,
}

A pip registry such as pypi or testpypi with associated credentials, used for uploading wheels

Fields

The username

The password

The url endpoint for legacy uploading

Methods

impl Registry
[src]

Creates a new registry

Trait Implementations

impl Debug for Registry
[src]

Formats the value using the given formatter. Read more

impl Clone for Registry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Registry
[src]

impl PartialEq for Registry
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Registry

impl Sync for Registry