pub struct ImageUntagLibpod<'a> {
pub repo: Option<&'a str>,
pub tag: Option<&'a str>,
}
Available on crate feature
v4
only.Fields§
§repo: Option<&'a str>
the repository to untag
tag: Option<&'a str>
the name of the tag to untag
Trait Implementations§
Source§impl<'a> Debug for ImageUntagLibpod<'a>
impl<'a> Debug for ImageUntagLibpod<'a>
Source§impl<'a> Default for ImageUntagLibpod<'a>
impl<'a> Default for ImageUntagLibpod<'a>
Source§fn default() -> ImageUntagLibpod<'a>
fn default() -> ImageUntagLibpod<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ImageUntagLibpod<'a>
impl<'a> RefUnwindSafe for ImageUntagLibpod<'a>
impl<'a> Send for ImageUntagLibpod<'a>
impl<'a> Sync for ImageUntagLibpod<'a>
impl<'a> Unpin for ImageUntagLibpod<'a>
impl<'a> UnwindSafe for ImageUntagLibpod<'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