pub struct ImageLayerLevelJSONValue {
pub image_layer_level: HashMap<String, String>,
}Fields§
§image_layer_level: HashMap<String, String>Trait Implementations§
Source§impl Debug for ImageLayerLevelJSONValue
impl Debug for ImageLayerLevelJSONValue
Source§impl Default for ImageLayerLevelJSONValue
impl Default for ImageLayerLevelJSONValue
Source§fn default() -> ImageLayerLevelJSONValue
fn default() -> ImageLayerLevelJSONValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImageLayerLevelJSONValue
impl<'de> Deserialize<'de> for ImageLayerLevelJSONValue
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 PartialEq for ImageLayerLevelJSONValue
impl PartialEq for ImageLayerLevelJSONValue
Source§fn eq(&self, other: &ImageLayerLevelJSONValue) -> bool
fn eq(&self, other: &ImageLayerLevelJSONValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ImageLayerLevelJSONValue
impl Serialize for ImageLayerLevelJSONValue
impl StructuralPartialEq for ImageLayerLevelJSONValue
Auto Trait Implementations§
impl Freeze for ImageLayerLevelJSONValue
impl RefUnwindSafe for ImageLayerLevelJSONValue
impl Send for ImageLayerLevelJSONValue
impl Sync for ImageLayerLevelJSONValue
impl Unpin for ImageLayerLevelJSONValue
impl UnsafeUnpin for ImageLayerLevelJSONValue
impl UnwindSafe for ImageLayerLevelJSONValue
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