pub struct BuildArg { /* private fields */ }Expand description
A Docker build argument.
Implementations§
Trait Implementations§
Source§impl Ord for BuildArg
impl Ord for BuildArg
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 PartialOrd for BuildArg
impl PartialOrd for BuildArg
impl Eq for BuildArg
impl StructuralPartialEq for BuildArg
Auto Trait Implementations§
impl Freeze for BuildArg
impl RefUnwindSafe for BuildArg
impl Send for BuildArg
impl Sync for BuildArg
impl Unpin for BuildArg
impl UnsafeUnpin for BuildArg
impl UnwindSafe for BuildArg
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