pub struct LicenseSets {
pub license_set: Vec<LicenseSet>,
}Expand description
Representation of the PDSC LicenseSets element
Fields§
§license_set: Vec<LicenseSet>Trait Implementations§
Source§impl Clone for LicenseSets
impl Clone for LicenseSets
Source§fn clone(&self) -> LicenseSets
fn clone(&self) -> LicenseSets
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 LicenseSets
impl Debug for LicenseSets
Source§impl Default for LicenseSets
impl Default for LicenseSets
Source§fn default() -> LicenseSets
fn default() -> LicenseSets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LicenseSets
impl<'de> Deserialize<'de> for LicenseSets
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 LicenseSets
Source§impl PartialEq for LicenseSets
impl PartialEq for LicenseSets
Source§impl Serialize for LicenseSets
impl Serialize for LicenseSets
impl StructuralPartialEq for LicenseSets
Auto Trait Implementations§
impl Freeze for LicenseSets
impl RefUnwindSafe for LicenseSets
impl Send for LicenseSets
impl Sync for LicenseSets
impl Unpin for LicenseSets
impl UnsafeUnpin for LicenseSets
impl UnwindSafe for LicenseSets
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