pub struct BuildTarget(/* private fields */);Expand description
A Docker target stage name.
Implementations§
Trait Implementations§
Source§impl Clone for BuildTarget
impl Clone for BuildTarget
Source§fn clone(&self) -> BuildTarget
fn clone(&self) -> BuildTarget
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuildTarget
impl Debug for BuildTarget
Source§impl Hash for BuildTarget
impl Hash for BuildTarget
Source§impl Ord for BuildTarget
impl Ord for BuildTarget
Source§fn cmp(&self, other: &BuildTarget) -> Ordering
fn cmp(&self, other: &BuildTarget) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BuildTarget
impl PartialEq for BuildTarget
Source§fn eq(&self, other: &BuildTarget) -> bool
fn eq(&self, other: &BuildTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BuildTarget
impl PartialOrd for BuildTarget
impl Eq for BuildTarget
impl StructuralPartialEq for BuildTarget
Auto Trait Implementations§
impl Freeze for BuildTarget
impl RefUnwindSafe for BuildTarget
impl Send for BuildTarget
impl Sync for BuildTarget
impl Unpin for BuildTarget
impl UnsafeUnpin for BuildTarget
impl UnwindSafe for BuildTarget
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