pub enum ActionMultiPanel_Type {
SingleSelect = 1,
DeselectUnit = 2,
SelectAllOfType = 3,
DeselectAllOfType = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for ActionMultiPanel_Type
impl Clone for ActionMultiPanel_Type
Source§fn clone(&self) -> ActionMultiPanel_Type
fn clone(&self) -> ActionMultiPanel_Type
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 ActionMultiPanel_Type
impl Debug for ActionMultiPanel_Type
Source§impl Default for ActionMultiPanel_Type
impl Default for ActionMultiPanel_Type
Source§impl Hash for ActionMultiPanel_Type
impl Hash for ActionMultiPanel_Type
Source§impl PartialEq for ActionMultiPanel_Type
impl PartialEq for ActionMultiPanel_Type
Source§impl ProtobufEnum for ActionMultiPanel_Type
impl ProtobufEnum for ActionMultiPanel_Type
Source§fn from_i32(value: i32) -> Option<ActionMultiPanel_Type>
fn from_i32(value: i32) -> Option<ActionMultiPanel_Type>
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 ActionMultiPanel_Type
impl ProtobufValue for ActionMultiPanel_Type
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 ActionMultiPanel_Type
impl Eq for ActionMultiPanel_Type
impl StructuralPartialEq for ActionMultiPanel_Type
Auto Trait Implementations§
impl Freeze for ActionMultiPanel_Type
impl RefUnwindSafe for ActionMultiPanel_Type
impl Send for ActionMultiPanel_Type
impl Sync for ActionMultiPanel_Type
impl Unpin for ActionMultiPanel_Type
impl UnwindSafe for ActionMultiPanel_Type
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)