pub struct BlobList {
pub blobs: Vec<Blob>,
}
Expand description
A wrapper object around a list of blobs.
Fields§
§blobs: Vec<Blob>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BlobList
impl<'de> Deserialize<'de> for BlobList
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
impl StructuralPartialEq for BlobList
Auto Trait Implementations§
impl Freeze for BlobList
impl RefUnwindSafe for BlobList
impl Send for BlobList
impl Sync for BlobList
impl Unpin for BlobList
impl UnwindSafe for BlobList
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