Struct docker_api::api::image::opts::RegistryAuthBuilder [−][src]
pub struct RegistryAuthBuilder { /* fields omitted */ }
Implementations
The username used for authentication.
The password used for authentication.
The email addres used for authentication.
The server address of registry, should be a domain/IP without a protocol.
Example: 10.92.0.1
, docker.corp.local
Create the final authentication object.
Trait Implementations
Returns the “default value” for a type. Read more