pub struct ImageTagOpts { /* private fields */ }
Expand description
Adjust the way an image is tagged/untagged.
Implementations§
Source§impl ImageTagOpts
impl ImageTagOpts
Sourcepub fn builder() -> ImageTagOptsBuilder
pub fn builder() -> ImageTagOptsBuilder
Returns a new instance of a builder for ImageTagOpts.
Trait Implementations§
Source§impl Clone for ImageTagOpts
impl Clone for ImageTagOpts
Source§fn clone(&self) -> ImageTagOpts
fn clone(&self) -> ImageTagOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImageTagOpts
impl Debug for ImageTagOpts
Source§impl Default for ImageTagOpts
impl Default for ImageTagOpts
Source§fn default() -> ImageTagOpts
fn default() -> ImageTagOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageTagOpts
impl RefUnwindSafe for ImageTagOpts
impl Send for ImageTagOpts
impl Sync for ImageTagOpts
impl Unpin for ImageTagOpts
impl UnwindSafe for ImageTagOpts
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