pub struct LicenseViolationInfo {
pub category: String,
pub found_license: Option<String>,
}Fields§
§category: String§found_license: Option<String>Trait Implementations§
Source§impl Clone for LicenseViolationInfo
impl Clone for LicenseViolationInfo
Source§fn clone(&self) -> LicenseViolationInfo
fn clone(&self) -> LicenseViolationInfo
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 LicenseViolationInfo
impl Debug for LicenseViolationInfo
Source§impl<'de> Deserialize<'de> for LicenseViolationInfo
impl<'de> Deserialize<'de> for LicenseViolationInfo
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 LicenseViolationInfo
impl PartialEq for LicenseViolationInfo
Source§impl Serialize for LicenseViolationInfo
impl Serialize for LicenseViolationInfo
impl StructuralPartialEq for LicenseViolationInfo
Auto Trait Implementations§
impl Freeze for LicenseViolationInfo
impl RefUnwindSafe for LicenseViolationInfo
impl Send for LicenseViolationInfo
impl Sync for LicenseViolationInfo
impl Unpin for LicenseViolationInfo
impl UnwindSafe for LicenseViolationInfo
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