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
Auto Trait Implementations
impl RefUnwindSafe for RegistryAuthBuilder
impl Send for RegistryAuthBuilder
impl Sync for RegistryAuthBuilder
impl Unpin for RegistryAuthBuilder
impl UnwindSafe for RegistryAuthBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more