pub enum IrEnumValueType {
String,
Integer,
Number,
Mixed,
}Variants§
Trait Implementations§
Source§impl Clone for IrEnumValueType
impl Clone for IrEnumValueType
Source§fn clone(&self) -> IrEnumValueType
fn clone(&self) -> IrEnumValueType
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 IrEnumValueType
impl Debug for IrEnumValueType
impl Eq for IrEnumValueType
Source§impl PartialEq for IrEnumValueType
impl PartialEq for IrEnumValueType
Source§fn eq(&self, other: &IrEnumValueType) -> bool
fn eq(&self, other: &IrEnumValueType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IrEnumValueType
impl Serialize for IrEnumValueType
impl StructuralPartialEq for IrEnumValueType
Auto Trait Implementations§
impl Freeze for IrEnumValueType
impl RefUnwindSafe for IrEnumValueType
impl Send for IrEnumValueType
impl Sync for IrEnumValueType
impl Unpin for IrEnumValueType
impl UnsafeUnpin for IrEnumValueType
impl UnwindSafe for IrEnumValueType
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.