pub enum RunOptions_TraceLevel {
NO_TRACE = 0,
SOFTWARE_TRACE = 1,
HARDWARE_TRACE = 2,
FULL_TRACE = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for RunOptions_TraceLevel
impl Clone for RunOptions_TraceLevel
Source§fn clone(&self) -> RunOptions_TraceLevel
fn clone(&self) -> RunOptions_TraceLevel
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 Debug for RunOptions_TraceLevel
impl Debug for RunOptions_TraceLevel
Source§impl Default for RunOptions_TraceLevel
impl Default for RunOptions_TraceLevel
Source§impl Hash for RunOptions_TraceLevel
impl Hash for RunOptions_TraceLevel
Source§impl PartialEq for RunOptions_TraceLevel
impl PartialEq for RunOptions_TraceLevel
Source§impl ProtobufEnum for RunOptions_TraceLevel
impl ProtobufEnum for RunOptions_TraceLevel
Source§fn from_i32(value: i32) -> Option<RunOptions_TraceLevel>
fn from_i32(value: i32) -> Option<RunOptions_TraceLevel>
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 RunOptions_TraceLevel
impl ProtobufValue for RunOptions_TraceLevel
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 RunOptions_TraceLevel
impl Eq for RunOptions_TraceLevel
impl StructuralPartialEq for RunOptions_TraceLevel
Auto Trait Implementations§
impl Freeze for RunOptions_TraceLevel
impl RefUnwindSafe for RunOptions_TraceLevel
impl Send for RunOptions_TraceLevel
impl Sync for RunOptions_TraceLevel
impl Unpin for RunOptions_TraceLevel
impl UnwindSafe for RunOptions_TraceLevel
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