pub struct DatasetLicense {
pub spdx: String,
pub url: String,
}Expand description
License metadata from a registry entry.
Fields§
§spdx: String§url: StringTrait Implementations§
Source§impl Clone for DatasetLicense
impl Clone for DatasetLicense
Source§fn clone(&self) -> DatasetLicense
fn clone(&self) -> DatasetLicense
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 DatasetLicense
impl Debug for DatasetLicense
Source§impl<'de> Deserialize<'de> for DatasetLicense
impl<'de> Deserialize<'de> for DatasetLicense
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 DatasetLicense
impl PartialEq for DatasetLicense
Source§fn eq(&self, other: &DatasetLicense) -> bool
fn eq(&self, other: &DatasetLicense) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DatasetLicense
impl Serialize for DatasetLicense
impl Eq for DatasetLicense
impl StructuralPartialEq for DatasetLicense
Auto Trait Implementations§
impl Freeze for DatasetLicense
impl RefUnwindSafe for DatasetLicense
impl Send for DatasetLicense
impl Sync for DatasetLicense
impl Unpin for DatasetLicense
impl UnsafeUnpin for DatasetLicense
impl UnwindSafe for DatasetLicense
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