pub struct Inspection {
pub manifest: Manifest,
}Expand description
Inspection models docker buildx imagetools inspect… reports.
Fields§
§manifest: Manifestmanifest describes a Docker image.
Trait Implementations§
Source§impl Clone for Inspection
impl Clone for Inspection
Source§fn clone(&self) -> Inspection
fn clone(&self) -> Inspection
Returns a duplicate of the value. Read more
1.0.0 · 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 Inspection
impl Debug for Inspection
Source§impl Default for Inspection
impl Default for Inspection
Source§fn default() -> Inspection
fn default() -> Inspection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Inspection
impl<'de> Deserialize<'de> for Inspection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Inspection
impl Ord for Inspection
Source§fn cmp(&self, other: &Inspection) -> Ordering
fn cmp(&self, other: &Inspection) -> Ordering
1.21.0 · 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 PartialEq for Inspection
impl PartialEq for Inspection
Source§impl PartialOrd for Inspection
impl PartialOrd for Inspection
Source§impl Serialize for Inspection
impl Serialize for Inspection
impl Eq for Inspection
impl StructuralPartialEq for Inspection
Auto Trait Implementations§
impl Freeze for Inspection
impl RefUnwindSafe for Inspection
impl Send for Inspection
impl Sync for Inspection
impl Unpin for Inspection
impl UnsafeUnpin for Inspection
impl UnwindSafe for Inspection
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