pub enum BackendRule_PathTranslation {
PATH_TRANSLATION_UNSPECIFIED,
CONSTANT_ADDRESS,
APPEND_PATH_TO_ADDRESS,
}Variants
PATH_TRANSLATION_UNSPECIFIED
CONSTANT_ADDRESS
APPEND_PATH_TO_ADDRESS
Trait Implementations
sourceimpl Clone for BackendRule_PathTranslation
impl Clone for BackendRule_PathTranslation
sourcefn clone(&self) -> BackendRule_PathTranslation
fn clone(&self) -> BackendRule_PathTranslation
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 BackendRule_PathTranslation
impl Debug for BackendRule_PathTranslation
sourceimpl Default for BackendRule_PathTranslation
impl Default for BackendRule_PathTranslation
sourceimpl Hash for BackendRule_PathTranslation
impl Hash for BackendRule_PathTranslation
sourceimpl PartialEq<BackendRule_PathTranslation> for BackendRule_PathTranslation
impl PartialEq<BackendRule_PathTranslation> for BackendRule_PathTranslation
sourcefn eq(&self, other: &BackendRule_PathTranslation) -> bool
fn eq(&self, other: &BackendRule_PathTranslation) -> bool
sourceimpl ProtobufEnum for BackendRule_PathTranslation
impl ProtobufEnum for BackendRule_PathTranslation
sourcefn from_i32(value: i32) -> Option<BackendRule_PathTranslation>
fn from_i32(value: i32) -> Option<BackendRule_PathTranslation>
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 BackendRule_PathTranslation
impl ProtobufValue for BackendRule_PathTranslation
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>
impl Copy for BackendRule_PathTranslation
impl Eq for BackendRule_PathTranslation
impl StructuralEq for BackendRule_PathTranslation
impl StructuralPartialEq for BackendRule_PathTranslation
Auto Trait Implementations
impl RefUnwindSafe for BackendRule_PathTranslation
impl Send for BackendRule_PathTranslation
impl Sync for BackendRule_PathTranslation
impl Unpin for BackendRule_PathTranslation
impl UnwindSafe for BackendRule_PathTranslation
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