Enum blot::tag::Tag [−][src]
pub enum Tag {
Bool,
Dict,
Float,
Integer,
List,
Null,
Raw,
Set,
Timestamp,
Unicode,
}Variants
BoolDictFloatIntegerListNullRawSetTimestampUnicode
Methods
impl Tag[src]
impl TagTrait Implementations
impl Debug for Tag[src]
impl Debug for Tagfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Tag[src]
impl Clone for Tagfn clone(&self) -> Tag[src]
fn clone(&self) -> TagReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Tag[src]
impl Copy for Tag