Struct bollard::secret::ImageInspectMetadata
source · pub struct ImageInspectMetadata {
pub last_tag_time: Option<String>,
}
Expand description
Additional metadata of the image in the local cache. This information is local to the daemon, and not part of the image itself.
Fields§
§last_tag_time: Option<String>
Date and time at which the image was last tagged in RFC 3339 format with nano-seconds. This information is only available if the image was tagged locally, and omitted otherwise.
Trait Implementations§
source§impl Clone for ImageInspectMetadata
impl Clone for ImageInspectMetadata
source§fn clone(&self) -> ImageInspectMetadata
fn clone(&self) -> ImageInspectMetadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImageInspectMetadata
impl Debug for ImageInspectMetadata
source§impl Default for ImageInspectMetadata
impl Default for ImageInspectMetadata
source§fn default() -> ImageInspectMetadata
fn default() -> ImageInspectMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ImageInspectMetadata
impl<'de> Deserialize<'de> for ImageInspectMetadata
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ImageInspectMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ImageInspectMetadata, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ImageInspectMetadata
impl PartialEq for ImageInspectMetadata
source§impl Serialize for ImageInspectMetadata
impl Serialize for ImageInspectMetadata
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ImageInspectMetadata
Auto Trait Implementations§
impl Freeze for ImageInspectMetadata
impl RefUnwindSafe for ImageInspectMetadata
impl Send for ImageInspectMetadata
impl Sync for ImageInspectMetadata
impl Unpin for ImageInspectMetadata
impl UnwindSafe for ImageInspectMetadata
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)