Enum wasm_bindgen_backend::ast::ConstValue [−][src]
pub enum ConstValue {
BooleanLiteral(bool),
FloatLiteral(f64),
SignedIntegerLiteral(i64),
UnsignedIntegerLiteral(u64),
Null,
}same as webidl::ast::ConstValue
Variants
BooleanLiteral(bool)FloatLiteral(f64)SignedIntegerLiteral(i64)UnsignedIntegerLiteral(u64)Null
Trait Implementations
impl Clone for ConstValue[src]
impl Clone for ConstValuefn clone(&self) -> ConstValue[src]
fn clone(&self) -> ConstValueReturns 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
Auto Trait Implementations
impl Send for ConstValue
impl Send for ConstValueimpl Sync for ConstValue
impl Sync for ConstValue