pub enum LicenseKind {
Mit,
Apache2,
AGpl3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LicenseKind
impl Clone for LicenseKind
Source§fn clone(&self) -> LicenseKind
fn clone(&self) -> LicenseKind
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 Display for LicenseKind
impl Display for LicenseKind
impl Copy for LicenseKind
Auto Trait Implementations§
impl Freeze for LicenseKind
impl RefUnwindSafe for LicenseKind
impl Send for LicenseKind
impl Sync for LicenseKind
impl Unpin for LicenseKind
impl UnwindSafe for LicenseKind
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