pub struct LicenseConflict {
pub package_a: String,
pub license_a: License,
pub package_b: String,
pub license_b: License,
pub reason: String,
}Expand description
A conflict between two package licenses.
Fields§
§package_a: StringName of the first package.
license_a: LicenseLicense of the first package.
package_b: StringName of the second package.
license_b: LicenseLicense of the second package.
reason: StringExplanation of why these licenses conflict.
Trait Implementations§
Source§impl Clone for LicenseConflict
impl Clone for LicenseConflict
Source§fn clone(&self) -> LicenseConflict
fn clone(&self) -> LicenseConflict
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LicenseConflict
impl RefUnwindSafe for LicenseConflict
impl Send for LicenseConflict
impl Sync for LicenseConflict
impl Unpin for LicenseConflict
impl UnwindSafe for LicenseConflict
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)