pub enum ValueType {
Show 14 variants
UInt32,
Int32,
UInt64,
Int64,
Length,
Exponent,
Mantissa,
Decimal,
ASCIIString,
UnicodeString,
Bytes,
Sequence,
Group,
TemplateReference,
}Expand description
Represents type of field instruction.
It can be field instruction (including sequence and group) or template reference instruction.
Variants§
UInt32
Int32
UInt64
Int64
Length
Exponent
Mantissa
Decimal
ASCIIString
UnicodeString
Bytes
Sequence
Group
TemplateReference
Implementations§
Trait Implementations§
impl StructuralPartialEq for ValueType
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
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