pub struct Schema2ListPublic {
pub manifests: Option<Vec<Schema2ManifestDescriptor>>,
pub media_type: Option<String>,
pub schema_version: Option<i64>,
}
Expand description
This is publicly visible as c/image/manifest.Schema2List. Internal users should usually use Schema2List instead.
Fields§
§manifests: Option<Vec<Schema2ManifestDescriptor>>
§media_type: Option<String>
§schema_version: Option<i64>
Trait Implementations§
Source§impl Clone for Schema2ListPublic
impl Clone for Schema2ListPublic
Source§fn clone(&self) -> Schema2ListPublic
fn clone(&self) -> Schema2ListPublic
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Schema2ListPublic
impl Debug for Schema2ListPublic
Source§impl<'de> Deserialize<'de> for Schema2ListPublic
impl<'de> Deserialize<'de> for Schema2ListPublic
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
Source§impl PartialEq for Schema2ListPublic
impl PartialEq for Schema2ListPublic
Source§impl Serialize for Schema2ListPublic
impl Serialize for Schema2ListPublic
impl StructuralPartialEq for Schema2ListPublic
Auto Trait Implementations§
impl Freeze for Schema2ListPublic
impl RefUnwindSafe for Schema2ListPublic
impl Send for Schema2ListPublic
impl Sync for Schema2ListPublic
impl Unpin for Schema2ListPublic
impl UnwindSafe for Schema2ListPublic
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