Struct docker_api::opts::ImagePushOptsBuilder
source · [−]pub struct ImagePushOptsBuilder { /* private fields */ }
Implementations
sourceimpl ImagePushOptsBuilder
impl ImagePushOptsBuilder
sourcepub fn tag(self, tag: impl Into<String>) -> Self
pub fn tag(self, tag: impl Into<String>) -> Self
The tag to associate with the image on the registry.
pub fn auth(self, auth: RegistryAuth) -> Self
pub fn build(self) -> ImagePushOpts
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImagePushOptsBuilder
impl Send for ImagePushOptsBuilder
impl Sync for ImagePushOptsBuilder
impl Unpin for ImagePushOptsBuilder
impl UnwindSafe for ImagePushOptsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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