pub struct ConfigBlob { /* private fields */ }Expand description
Partial representation of a container image (application/vnd.docker.container.image.v1+json).
The remaining fields according to the image spec v1 are not covered.
Trait Implementations§
Source§impl Debug for ConfigBlob
impl Debug for ConfigBlob
Source§impl Default for ConfigBlob
impl Default for ConfigBlob
Source§fn default() -> ConfigBlob
fn default() -> ConfigBlob
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigBlob
impl<'de> Deserialize<'de> for ConfigBlob
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
Auto Trait Implementations§
impl Freeze for ConfigBlob
impl RefUnwindSafe for ConfigBlob
impl Send for ConfigBlob
impl Sync for ConfigBlob
impl Unpin for ConfigBlob
impl UnwindSafe for ConfigBlob
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