pub struct ProjectBuildArgEntry { /* private fields */ }Expand description
One effective mapping-form build argument with key and scalar provenance retained.
Implementations§
Source§impl ProjectBuildArgEntry
impl ProjectBuildArgEntry
Sourcepub const fn name(&self) -> &ProjectKey
pub const fn name(&self) -> &ProjectKey
Returns the argument name and every contributing key location.
Sourcepub const fn value(&self) -> &ProjectValue<ComposeScalar>
pub const fn value(&self) -> &ProjectValue<ComposeScalar>
Returns the effective string, number, boolean, or null value with merge provenance.
Trait Implementations§
Source§impl Clone for ProjectBuildArgEntry
impl Clone for ProjectBuildArgEntry
Source§fn clone(&self) -> ProjectBuildArgEntry
fn clone(&self) -> ProjectBuildArgEntry
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 ProjectBuildArgEntry
impl Debug for ProjectBuildArgEntry
impl Eq for ProjectBuildArgEntry
Source§impl PartialEq for ProjectBuildArgEntry
impl PartialEq for ProjectBuildArgEntry
impl StructuralPartialEq for ProjectBuildArgEntry
Auto Trait Implementations§
impl Freeze for ProjectBuildArgEntry
impl RefUnwindSafe for ProjectBuildArgEntry
impl Send for ProjectBuildArgEntry
impl Sync for ProjectBuildArgEntry
impl Unpin for ProjectBuildArgEntry
impl UnsafeUnpin for ProjectBuildArgEntry
impl UnwindSafe for ProjectBuildArgEntry
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