pub enum ResolvedDataType {
Boolean,
Float,
String,
Color,
}
Expand description
The resolved type of the variable.
Variants§
Trait Implementations§
Source§impl Clone for ResolvedDataType
impl Clone for ResolvedDataType
Source§fn clone(&self) -> ResolvedDataType
fn clone(&self) -> ResolvedDataType
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 ResolvedDataType
impl Debug for ResolvedDataType
Source§impl Default for ResolvedDataType
impl Default for ResolvedDataType
Source§fn default() -> ResolvedDataType
fn default() -> ResolvedDataType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResolvedDataType
impl<'de> Deserialize<'de> for ResolvedDataType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ResolvedDataType
impl Hash for ResolvedDataType
Source§impl Ord for ResolvedDataType
impl Ord for ResolvedDataType
Source§fn cmp(&self, other: &ResolvedDataType) -> Ordering
fn cmp(&self, other: &ResolvedDataType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResolvedDataType
impl PartialEq for ResolvedDataType
Source§impl PartialOrd for ResolvedDataType
impl PartialOrd for ResolvedDataType
Source§impl Serialize for ResolvedDataType
impl Serialize for ResolvedDataType
impl Copy for ResolvedDataType
impl Eq for ResolvedDataType
impl StructuralPartialEq for ResolvedDataType
Auto Trait Implementations§
impl Freeze for ResolvedDataType
impl RefUnwindSafe for ResolvedDataType
impl Send for ResolvedDataType
impl Sync for ResolvedDataType
impl Unpin for ResolvedDataType
impl UnwindSafe for ResolvedDataType
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.