pub enum CoreErrorNotification_ErrorCode {
CR_LINK_FAILURE,
CR_WOULD_BREAK,
CR_NOT_IMPLEMENTED,
CR_OK,
CR_FAILURE,
CR_WRONG_USAGE,
CR_NOT_FOUND,
}Variants§
Trait Implementations§
source§impl Clone for CoreErrorNotification_ErrorCode
impl Clone for CoreErrorNotification_ErrorCode
source§fn clone(&self) -> CoreErrorNotification_ErrorCode
fn clone(&self) -> CoreErrorNotification_ErrorCode
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 PartialEq<CoreErrorNotification_ErrorCode> for CoreErrorNotification_ErrorCode
impl PartialEq<CoreErrorNotification_ErrorCode> for CoreErrorNotification_ErrorCode
source§fn eq(&self, other: &CoreErrorNotification_ErrorCode) -> bool
fn eq(&self, other: &CoreErrorNotification_ErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ProtobufEnum for CoreErrorNotification_ErrorCode
impl ProtobufEnum for CoreErrorNotification_ErrorCode
source§fn from_i32(value: i32) -> Option<CoreErrorNotification_ErrorCode>
fn from_i32(value: i32) -> Option<CoreErrorNotification_ErrorCode>
Try to create an enum from
i32 value.
Return None if value is unknown.source§fn enum_descriptor_static() -> &'static EnumDescriptor
fn enum_descriptor_static() -> &'static EnumDescriptor
Get enum descriptor by type.
source§fn descriptor(&self) -> &'static EnumValueDescriptor
fn descriptor(&self) -> &'static EnumValueDescriptor
Get enum value descriptor.
source§fn enum_descriptor(&self) -> &'static EnumDescriptor
fn enum_descriptor(&self) -> &'static EnumDescriptor
Get enum descriptor.
source§impl ProtobufValue for CoreErrorNotification_ErrorCode
impl ProtobufValue for CoreErrorNotification_ErrorCode
source§fn as_ref(&self) -> ReflectValueRef<'_>
fn as_ref(&self) -> ReflectValueRef<'_>
As ref
source§fn is_non_zero(&self) -> bool
fn is_non_zero(&self) -> bool
Is value non-zero?