Enum reproto_core::RpEnumType
[−]
[src]
pub enum RpEnumType {
String,
Generated,
}Variants
StringGenerated
Methods
impl RpEnumType[src]
fn is_assignable_from(&self, value: &RpValue) -> bool[src]
fn as_type(&self) -> RpType[src]
fn as_field(&self) -> RpField[src]
Trait Implementations
impl Debug for RpEnumType[src]
impl Clone for RpEnumType[src]
fn clone(&self) -> RpEnumType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more