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 duplicate 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§impl Serialize for LicenseViolation
impl Serialize for LicenseViolation
impl StructuralPartialEq for LicenseViolation
Auto Trait Implementations§
impl Freeze for LicenseViolation
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