Enum syxpack::ManufacturerGroup
source · [−]pub enum ManufacturerGroup {
Unknown,
Development,
NorthAmerican,
EuropeanAndOther,
Japanese,
}Expand description
Group of manufacturer.
Variants
Unknown
Development
NorthAmerican
EuropeanAndOther
Japanese
Trait Implementations
sourceimpl Clone for ManufacturerGroup
impl Clone for ManufacturerGroup
sourcefn clone(&self) -> ManufacturerGroup
fn clone(&self) -> ManufacturerGroup
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ManufacturerGroup
impl Debug for ManufacturerGroup
sourceimpl Hash for ManufacturerGroup
impl Hash for ManufacturerGroup
sourceimpl PartialEq<ManufacturerGroup> for ManufacturerGroup
impl PartialEq<ManufacturerGroup> for ManufacturerGroup
sourcefn eq(&self, other: &ManufacturerGroup) -> bool
fn eq(&self, other: &ManufacturerGroup) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Copy for ManufacturerGroup
impl Eq for ManufacturerGroup
impl StructuralEq for ManufacturerGroup
impl StructuralPartialEq for ManufacturerGroup
Auto Trait Implementations
impl RefUnwindSafe for ManufacturerGroup
impl Send for ManufacturerGroup
impl Sync for ManufacturerGroup
impl Unpin for ManufacturerGroup
impl UnwindSafe for ManufacturerGroup
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more