Struct serde_lwjson::LicenseViolation
source · pub struct LicenseViolation {
pub affected_artifact_ids: Vec<String>,
pub compare: Option<Compare>,
pub id: String,
pub info: LicenseViolationInfo,
}Fields§
§affected_artifact_ids: Vec<String>§compare: Option<Compare>§id: String§info: LicenseViolationInfoTrait Implementations§
source§impl Clone for LicenseViolation
impl Clone for LicenseViolation
source§fn clone(&self) -> LicenseViolation
fn clone(&self) -> LicenseViolation
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 LicenseViolation
impl Debug for LicenseViolation
source§impl<'de> Deserialize<'de> for LicenseViolation
impl<'de> Deserialize<'de> for LicenseViolation
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 LicenseViolation
impl PartialEq for LicenseViolation
source§fn eq(&self, other: &LicenseViolation) -> bool
fn eq(&self, other: &LicenseViolation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LicenseViolation
impl Serialize for LicenseViolation
impl StructuralPartialEq for LicenseViolation
Auto Trait Implementations§
impl RefUnwindSafe for LicenseViolation
impl Send for LicenseViolation
impl Sync for LicenseViolation
impl Unpin for LicenseViolation
impl UnwindSafe for LicenseViolation
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