Struct nydus_api::http::BlobCacheList
source · [−]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
sourceimpl Debug for BlobCacheList
impl Debug for BlobCacheList
sourceimpl Default for BlobCacheList
impl Default for BlobCacheList
sourcefn default() -> BlobCacheList
fn default() -> BlobCacheList
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for BlobCacheList
impl<'de> Deserialize<'de> for BlobCacheList
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 BlobCacheList
impl Serialize for BlobCacheList
Auto Trait Implementations
impl RefUnwindSafe for BlobCacheList
impl Send for BlobCacheList
impl Sync for BlobCacheList
impl Unpin for BlobCacheList
impl UnwindSafe for BlobCacheList
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