pub struct ImagePushOpts { /* private fields */ }
Expand description
Adjust how an image is pushed to a registry.
Implementations§
Source§impl ImagePushOpts
impl ImagePushOpts
Trait Implementations§
Source§impl Debug for ImagePushOpts
impl Debug for ImagePushOpts
Source§impl Default for ImagePushOpts
impl Default for ImagePushOpts
Source§fn default() -> ImagePushOpts
fn default() -> ImagePushOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImagePushOpts
impl RefUnwindSafe for ImagePushOpts
impl Send for ImagePushOpts
impl Sync for ImagePushOpts
impl Unpin for ImagePushOpts
impl UnwindSafe for ImagePushOpts
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