pub struct PartTaxonomy {
pub descriptions: Vec<PartTaxonomyDescription>,
}Expand description
Represents the PDSC part-taxonomy element
Groups description entries that define the hardware part classes and group names used in a pack.
Fields§
§descriptions: Vec<PartTaxonomyDescription>Hardware part class and group descriptions (1..*)
Trait Implementations§
Source§impl Clone for PartTaxonomy
impl Clone for PartTaxonomy
Source§fn clone(&self) -> PartTaxonomy
fn clone(&self) -> PartTaxonomy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PartTaxonomy
impl Debug for PartTaxonomy
Source§impl Default for PartTaxonomy
impl Default for PartTaxonomy
Source§fn default() -> PartTaxonomy
fn default() -> PartTaxonomy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PartTaxonomy
impl<'de> Deserialize<'de> for PartTaxonomy
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 Eq for PartTaxonomy
Source§impl PartialEq for PartTaxonomy
impl PartialEq for PartTaxonomy
Source§impl Serialize for PartTaxonomy
impl Serialize for PartTaxonomy
impl StructuralPartialEq for PartTaxonomy
Auto Trait Implementations§
impl Freeze for PartTaxonomy
impl RefUnwindSafe for PartTaxonomy
impl Send for PartTaxonomy
impl Sync for PartTaxonomy
impl Unpin for PartTaxonomy
impl UnsafeUnpin for PartTaxonomy
impl UnwindSafe for PartTaxonomy
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