pub struct ProjectBuildExtraHostEntry { /* private fields */ }Expand description
One effective mapping-form build host entry with complete key and address provenance.
Implementations§
Source§impl ProjectBuildExtraHostEntry
impl ProjectBuildExtraHostEntry
Sourcepub const fn hostname(&self) -> &ProjectKey
pub const fn hostname(&self) -> &ProjectKey
Returns the raw hostname key and every contributing key span.
Sourcepub const fn addresses(&self) -> &ProjectBuildExtraHostAddresses
pub const fn addresses(&self) -> &ProjectBuildExtraHostAddresses
Returns the scalar or ordered-list address form with nested provenance.
Trait Implementations§
Source§impl Clone for ProjectBuildExtraHostEntry
impl Clone for ProjectBuildExtraHostEntry
Source§fn clone(&self) -> ProjectBuildExtraHostEntry
fn clone(&self) -> ProjectBuildExtraHostEntry
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 ProjectBuildExtraHostEntry
impl Debug for ProjectBuildExtraHostEntry
impl Eq for ProjectBuildExtraHostEntry
impl StructuralPartialEq for ProjectBuildExtraHostEntry
Auto Trait Implementations§
impl Freeze for ProjectBuildExtraHostEntry
impl RefUnwindSafe for ProjectBuildExtraHostEntry
impl Send for ProjectBuildExtraHostEntry
impl Sync for ProjectBuildExtraHostEntry
impl Unpin for ProjectBuildExtraHostEntry
impl UnsafeUnpin for ProjectBuildExtraHostEntry
impl UnwindSafe for ProjectBuildExtraHostEntry
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