pub enum Brand {
BRAND_UNBRANDED = 0,
BRAND_INQ = 1,
BRAND_HTC = 2,
BRAND_NOKIA = 3,
}
Variants§
Trait Implementations§
Source§impl Enum for Brand
impl Enum for Brand
Source§impl EnumFull for Brand
impl EnumFull for Brand
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
impl Copy for Brand
impl Eq for Brand
impl StructuralPartialEq for Brand
Auto Trait Implementations§
impl Freeze for Brand
impl RefUnwindSafe for Brand
impl Send for Brand
impl Sync for Brand
impl Unpin for Brand
impl UnwindSafe for Brand
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