pub struct ResolvedImageConfig { /* private fields */ }Expand description
Fully defaulted and validated OCI metadata for one bundle plan.
Implementations§
Source§impl ResolvedImageConfig
impl ResolvedImageConfig
pub fn tag(&self) -> &str
pub fn os(&self) -> &str
pub fn architecture(&self) -> &str
pub fn user(&self) -> Option<&str>
pub fn entrypoint(&self) -> &[String]
pub fn cmd(&self) -> &[String]
pub fn working_dir(&self) -> &str
pub fn env(&self) -> &[String]
pub fn labels(&self) -> &BTreeMap<String, String>
Trait Implementations§
Source§impl Clone for ResolvedImageConfig
impl Clone for ResolvedImageConfig
Source§fn clone(&self) -> ResolvedImageConfig
fn clone(&self) -> ResolvedImageConfig
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 ResolvedImageConfig
impl Debug for ResolvedImageConfig
impl Eq for ResolvedImageConfig
Source§impl PartialEq for ResolvedImageConfig
impl PartialEq for ResolvedImageConfig
impl StructuralPartialEq for ResolvedImageConfig
Auto Trait Implementations§
impl Freeze for ResolvedImageConfig
impl RefUnwindSafe for ResolvedImageConfig
impl Send for ResolvedImageConfig
impl Sync for ResolvedImageConfig
impl Unpin for ResolvedImageConfig
impl UnsafeUnpin for ResolvedImageConfig
impl UnwindSafe for ResolvedImageConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.