#[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 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 moreimpl Copy for LicenseIssue
Source§impl Debug for LicenseIssue
impl Debug for LicenseIssue
impl Eq for LicenseIssue
Source§impl PartialEq for LicenseIssue
impl PartialEq for LicenseIssue
Source§fn eq(&self, other: &LicenseIssue) -> bool
fn eq(&self, other: &LicenseIssue) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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