pub enum ActionValueType {
Event,
Number,
Series,
Bool,
String,
}Variants§
Trait Implementations§
Source§impl Clone for ActionValueType
impl Clone for ActionValueType
Source§fn clone(&self) -> ActionValueType
fn clone(&self) -> ActionValueType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActionValueType
impl Debug for ActionValueType
Source§impl PartialEq for ActionValueType
impl PartialEq for ActionValueType
Source§fn eq(&self, other: &ActionValueType) -> bool
fn eq(&self, other: &ActionValueType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionValueType
Auto Trait Implementations§
impl Freeze for ActionValueType
impl RefUnwindSafe for ActionValueType
impl Send for ActionValueType
impl Sync for ActionValueType
impl Unpin for ActionValueType
impl UnsafeUnpin for ActionValueType
impl UnwindSafe for ActionValueType
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