pub enum Trace_CachePolicy_Scope {
UNKNOWN = 0,
PUBLIC = 1,
PRIVATE = 2,
}Variants§
Trait Implementations§
Source§impl Clone for Trace_CachePolicy_Scope
impl Clone for Trace_CachePolicy_Scope
Source§fn clone(&self) -> Trace_CachePolicy_Scope
fn clone(&self) -> Trace_CachePolicy_Scope
Returns a duplicate 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 Debug for Trace_CachePolicy_Scope
impl Debug for Trace_CachePolicy_Scope
Source§impl Default for Trace_CachePolicy_Scope
impl Default for Trace_CachePolicy_Scope
Source§impl Hash for Trace_CachePolicy_Scope
impl Hash for Trace_CachePolicy_Scope
Source§impl PartialEq for Trace_CachePolicy_Scope
impl PartialEq for Trace_CachePolicy_Scope
Source§impl ProtobufEnum for Trace_CachePolicy_Scope
impl ProtobufEnum for Trace_CachePolicy_Scope
Source§fn from_i32(value: i32) -> Option<Trace_CachePolicy_Scope>
fn from_i32(value: i32) -> Option<Trace_CachePolicy_Scope>
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 Trace_CachePolicy_Scope
impl ProtobufValue for Trace_CachePolicy_Scope
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?
Source§fn as_ref_copy(&self) -> ReflectValueRef<'static>
fn as_ref_copy(&self) -> ReflectValueRef<'static>
impl Copy for Trace_CachePolicy_Scope
impl Eq for Trace_CachePolicy_Scope
impl StructuralPartialEq for Trace_CachePolicy_Scope
Auto Trait Implementations§
impl Freeze for Trace_CachePolicy_Scope
impl RefUnwindSafe for Trace_CachePolicy_Scope
impl Send for Trace_CachePolicy_Scope
impl Sync for Trace_CachePolicy_Scope
impl Unpin for Trace_CachePolicy_Scope
impl UnwindSafe for Trace_CachePolicy_Scope
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