pub struct ImageTag<'a> {
pub repo: Option<&'a str>,
pub tag: Option<&'a str>,
}
Available on crate feature
v5
only.Fields§
§repo: Option<&'a str>
the repository to tag in
tag: Option<&'a str>
the name of the new tag
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ImageTag<'a>
impl<'a> RefUnwindSafe for ImageTag<'a>
impl<'a> Send for ImageTag<'a>
impl<'a> Sync for ImageTag<'a>
impl<'a> Unpin for ImageTag<'a>
impl<'a> UnwindSafe for ImageTag<'a>
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