pub struct ImageSummary {
pub image_id: Option<String>,
pub image_name: Option<String>,
pub image_type: Option<String>,
pub created_time: Option<String>,
pub extra: HashMap<String, Value>,
}Fieldsยง
ยงimage_id: Option<String>ยงimage_name: Option<String>ยงimage_type: Option<String>ยงcreated_time: Option<String>ยงextra: HashMap<String, Value>Trait Implementationsยง
Sourceยงimpl Debug for ImageSummary
impl Debug for ImageSummary
Sourceยงimpl<'de> Deserialize<'de> for ImageSummary
impl<'de> Deserialize<'de> for ImageSummary
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 ImageSummary
impl RefUnwindSafe for ImageSummary
impl Send for ImageSummary
impl Sync for ImageSummary
impl Unpin for ImageSummary
impl UnwindSafe for ImageSummary
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