pub struct LicenseData {
pub license: License,
pub details: Option<String>,
}Fields§
§license: License§details: Option<String>Only if non-standard, or details like attribution.
Trait Implementations§
Source§impl Clone for LicenseData
impl Clone for LicenseData
Source§fn clone(&self) -> LicenseData
fn clone(&self) -> LicenseData
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 moreAuto Trait Implementations§
impl Freeze for LicenseData
impl RefUnwindSafe for LicenseData
impl Send for LicenseData
impl Sync for LicenseData
impl Unpin for LicenseData
impl UnsafeUnpin for LicenseData
impl UnwindSafe for LicenseData
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