pub struct Schema2ListPublic {
pub manifests: Option<Vec<Schema2ManifestDescriptor>>,
pub media_type: Option<String>,
pub schema_version: Option<i64>,
}
Expand description
Schema2ListPublic : 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>
Implementations§
source§impl Schema2ListPublic
impl Schema2ListPublic
sourcepub fn new() -> Schema2ListPublic
pub fn new() -> Schema2ListPublic
This is publicly visible as c/image/manifest.Schema2List. Internal users should usually use Schema2List instead.
Trait Implementations§
source§impl Clone for Schema2ListPublic
impl Clone for Schema2ListPublic
source§fn clone(&self) -> Schema2ListPublic
fn clone(&self) -> Schema2ListPublic
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 Schema2ListPublic
impl Debug for Schema2ListPublic
source§impl Default for Schema2ListPublic
impl Default for Schema2ListPublic
source§fn default() -> Schema2ListPublic
fn default() -> Schema2ListPublic
Returns the “default value” for a type. Read more
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§fn eq(&self, other: &Schema2ListPublic) -> bool
fn eq(&self, other: &Schema2ListPublic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)