Struct bollard::service::BuildCache
source · pub struct BuildCache {
pub id: Option<String>,
pub parent: Option<String>,
pub typ: Option<String>,
pub description: Option<String>,
pub in_use: Option<bool>,
pub shared: Option<bool>,
pub size: Option<i64>,
pub created_at: Option<String>,
pub last_used_at: Option<String>,
pub usage_count: Option<i64>,
}
Fields§
§id: Option<String>
§parent: Option<String>
§typ: Option<String>
§description: Option<String>
§in_use: Option<bool>
§size: Option<i64>
Amount of disk space used by the build cache (in bytes).
created_at: Option<String>
Date and time at which the build cache was created in RFC 3339 format with nano-seconds.
last_used_at: Option<String>
Date and time at which the build cache was last used in RFC 3339 format with nano-seconds.
usage_count: Option<i64>
Trait Implementations§
source§impl Clone for BuildCache
impl Clone for BuildCache
source§fn clone(&self) -> BuildCache
fn clone(&self) -> BuildCache
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 BuildCache
impl Debug for BuildCache
source§impl Default for BuildCache
impl Default for BuildCache
source§fn default() -> BuildCache
fn default() -> BuildCache
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BuildCache
impl<'de> Deserialize<'de> for BuildCache
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BuildCache, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BuildCache, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for BuildCache
impl PartialEq for BuildCache
source§impl Serialize for BuildCache
impl Serialize for BuildCache
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 BuildCache
Auto Trait Implementations§
impl Freeze for BuildCache
impl RefUnwindSafe for BuildCache
impl Send for BuildCache
impl Sync for BuildCache
impl Unpin for BuildCache
impl UnwindSafe for BuildCache
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
)