pub struct ProjectBuildSshEntry { /* private fields */ }Expand description
One effective mapping-form BuildKit SSH grant with sensitive key and value provenance.
Implementations§
Source§impl ProjectBuildSshEntry
impl ProjectBuildSshEntry
Sourcepub const fn name(&self) -> &ProjectKey
pub const fn name(&self) -> &ProjectKey
Explicitly returns the raw SSH grant name and its key provenance.
Sourcepub const fn value(&self) -> &ProjectValue<ComposeScalar>
pub const fn value(&self) -> &ProjectValue<ComposeScalar>
Explicitly returns the raw SSH grant scalar and its merge provenance.
Trait Implementations§
Source§impl Clone for ProjectBuildSshEntry
impl Clone for ProjectBuildSshEntry
Source§fn clone(&self) -> ProjectBuildSshEntry
fn clone(&self) -> ProjectBuildSshEntry
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 ProjectBuildSshEntry
impl Debug for ProjectBuildSshEntry
impl Eq for ProjectBuildSshEntry
Source§impl PartialEq for ProjectBuildSshEntry
impl PartialEq for ProjectBuildSshEntry
impl StructuralPartialEq for ProjectBuildSshEntry
Auto Trait Implementations§
impl Freeze for ProjectBuildSshEntry
impl RefUnwindSafe for ProjectBuildSshEntry
impl Send for ProjectBuildSshEntry
impl Sync for ProjectBuildSshEntry
impl Unpin for ProjectBuildSshEntry
impl UnsafeUnpin for ProjectBuildSshEntry
impl UnwindSafe for ProjectBuildSshEntry
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