pub struct ImageInspectHistory {
pub author: String,
pub comment: String,
pub created: DateTime<Utc>,
pub created_by: String,
pub empty_layer: bool,
}
Fields§
§comment: String
§created: DateTime<Utc>
§created_by: String
§empty_layer: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ImageInspectHistory
impl<'de> Deserialize<'de> for ImageInspectHistory
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 ImageInspectHistory
impl RefUnwindSafe for ImageInspectHistory
impl Send for ImageInspectHistory
impl Sync for ImageInspectHistory
impl Unpin for ImageInspectHistory
impl UnwindSafe for ImageInspectHistory
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