pub enum LicenseFormat {
Binary,
Json,
}Expand description
License file format marker
Variants§
Trait Implementations§
Source§impl Clone for LicenseFormat
impl Clone for LicenseFormat
Source§fn clone(&self) -> LicenseFormat
fn clone(&self) -> LicenseFormat
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 LicenseFormat
impl Debug for LicenseFormat
Source§impl PartialEq for LicenseFormat
impl PartialEq for LicenseFormat
impl Copy for LicenseFormat
impl Eq for LicenseFormat
impl StructuralPartialEq for LicenseFormat
Auto Trait Implementations§
impl Freeze for LicenseFormat
impl RefUnwindSafe for LicenseFormat
impl Send for LicenseFormat
impl Sync for LicenseFormat
impl Unpin for LicenseFormat
impl UnsafeUnpin for LicenseFormat
impl UnwindSafe for LicenseFormat
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