pub struct TagResult {
pub output: CommandOutput,
pub source_image: String,
pub target_image: String,
}
Expand description
Result from the tag command
Fields§
§output: CommandOutput
Raw command output
source_image: String
Source image that was tagged
target_image: String
Target image name
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagResult
impl RefUnwindSafe for TagResult
impl Send for TagResult
impl Sync for TagResult
impl Unpin for TagResult
impl UnwindSafe for TagResult
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