pub struct BlobCacheList {
pub blobs: Vec<BlobCacheEntry>,
}Expand description
Configuration information for a list of cached blob objects.
Fields§
§blobs: Vec<BlobCacheEntry>List of blob configuration information.
Trait Implementations§
Source§impl Debug for BlobCacheList
impl Debug for BlobCacheList
Source§impl Default for BlobCacheList
impl Default for BlobCacheList
Source§fn default() -> BlobCacheList
fn default() -> BlobCacheList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BlobCacheList
impl<'de> Deserialize<'de> for BlobCacheList
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 BlobCacheList
impl RefUnwindSafe for BlobCacheList
impl Send for BlobCacheList
impl Sync for BlobCacheList
impl Unpin for BlobCacheList
impl UnwindSafe for BlobCacheList
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