Struct docker_archive::HistoryEntry
source · [−]pub struct HistoryEntry {
pub id: String,
pub size: u64,
pub created: String,
pub author: String,
pub created_by: String,
pub empty_layer: bool,
}Fields
id: Stringsize: u64created: Stringcreated_by: Stringempty_layer: boolTrait Implementations
sourceimpl Debug for HistoryEntry
impl Debug for HistoryEntry
sourceimpl Default for HistoryEntry
impl Default for HistoryEntry
sourcefn default() -> HistoryEntry
fn default() -> HistoryEntry
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for HistoryEntry
impl<'de> Deserialize<'de> for HistoryEntry
sourcefn 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
sourceimpl Serialize for HistoryEntry
impl Serialize for HistoryEntry
Auto Trait Implementations
impl RefUnwindSafe for HistoryEntry
impl Send for HistoryEntry
impl Sync for HistoryEntry
impl Unpin for HistoryEntry
impl UnwindSafe for HistoryEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more