pub struct Taxonomy {
pub descriptions: Vec<TaxonomyDescription>,
}Expand description
Represents the PDSC taxonomy element
Groups description entries that define the component classes and group names used in a pack.
Fields§
§descriptions: Vec<TaxonomyDescription>Component class and group descriptions (1..*)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Taxonomy
impl<'de> Deserialize<'de> for Taxonomy
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 Taxonomy
impl StructuralPartialEq for Taxonomy
Auto Trait Implementations§
impl Freeze for Taxonomy
impl RefUnwindSafe for Taxonomy
impl Send for Taxonomy
impl Sync for Taxonomy
impl Unpin for Taxonomy
impl UnsafeUnpin for Taxonomy
impl UnwindSafe for Taxonomy
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