pub enum Message_Locale {
UNSPECIFIED,
BRAZLIAN_PORTUGUESE,
ENGLISH,
FRENCH,
GERMAN,
JAPANESE,
RUSSIAN,
SIMPLIFIED_CHINESE,
SPANISH,
}
Variants
UNSPECIFIED
BRAZLIAN_PORTUGUESE
ENGLISH
FRENCH
GERMAN
JAPANESE
RUSSIAN
SIMPLIFIED_CHINESE
SPANISH
Trait Implementations
sourceimpl Clone for Message_Locale
impl Clone for Message_Locale
sourcefn clone(&self) -> Message_Locale
fn clone(&self) -> Message_Locale
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 moresourceimpl Debug for Message_Locale
impl Debug for Message_Locale
sourceimpl Default for Message_Locale
impl Default for Message_Locale
sourceimpl Hash for Message_Locale
impl Hash for Message_Locale
sourceimpl PartialEq<Message_Locale> for Message_Locale
impl PartialEq<Message_Locale> for Message_Locale
sourcefn eq(&self, other: &Message_Locale) -> bool
fn eq(&self, other: &Message_Locale) -> bool
sourceimpl ProtobufEnum for Message_Locale
impl ProtobufEnum for Message_Locale
sourcefn from_i32(value: i32) -> Option<Message_Locale>
fn from_i32(value: i32) -> Option<Message_Locale>
sourcefn values() -> &'static [Self]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
fn values() -> &'static [Self]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
Get all enum values for enum type.
sourcefn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
sourcefn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
sourcefn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
sourceimpl ProtobufValue for Message_Locale
impl ProtobufValue for Message_Locale
sourcefn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
sourcefn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?
sourcefn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
sourceimpl ToString for Message_Locale
impl ToString for Message_Locale
impl Copy for Message_Locale
impl Eq for Message_Locale
impl StructuralEq for Message_Locale
impl StructuralPartialEq for Message_Locale
Auto Trait Implementations
impl RefUnwindSafe for Message_Locale
impl Send for Message_Locale
impl Sync for Message_Locale
impl Unpin for Message_Locale
impl UnwindSafe for Message_Locale
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.