#[repr(C)]pub enum LicenseIssue {
Blacklisted = 0,
Greylisted = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for LicenseIssue
impl Clone for LicenseIssue
Source§fn clone(&self) -> LicenseIssue
fn clone(&self) -> LicenseIssue
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 Debug for LicenseIssue
impl Debug for LicenseIssue
Source§impl PartialEq for LicenseIssue
impl PartialEq for LicenseIssue
impl Copy for LicenseIssue
impl Eq for LicenseIssue
impl StructuralPartialEq for LicenseIssue
Auto Trait Implementations§
impl Freeze for LicenseIssue
impl RefUnwindSafe for LicenseIssue
impl Send for LicenseIssue
impl Sync for LicenseIssue
impl Unpin for LicenseIssue
impl UnwindSafe for LicenseIssue
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