[][src]Struct swc_ecma_ast::BigInt

pub struct BigInt {
    pub span: Span,
    pub value: BigIntValue,
}

Fields

span: Spanvalue: BigIntValue

Trait Implementations

impl AstNode for BigInt[src]

impl Clone for BigInt[src]

impl Debug for BigInt[src]

impl<'de> Deserialize<'de> for BigInt[src]

impl From<BigInt> for Lit[src]

impl PartialEq<BigInt> for BigInt[src]

impl Serialize for BigInt[src]

impl Spanned for BigInt[src]

impl StructuralPartialEq for BigInt[src]

Auto Trait Implementations

impl RefUnwindSafe for BigInt

impl Send for BigInt

impl Sync for BigInt

impl Unpin for BigInt

impl UnwindSafe for BigInt

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Erased for T

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.