pub struct ImagePushOptsBuilder { /* private fields */ }
Implementations§
Source§impl 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 Freeze for ImagePushOptsBuilder
impl RefUnwindSafe for ImagePushOptsBuilder
impl Send for ImagePushOptsBuilder
impl Sync for ImagePushOptsBuilder
impl Unpin for ImagePushOptsBuilder
impl UnwindSafe for ImagePushOptsBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more