Struct quickjs_rusty::value::BigInt  
source · pub struct BigInt { /* private fields */ }Expand description
A value holding JavaScript BigInt type
Implementations§
Trait Implementations§
source§impl PartialEq for BigInt
 
impl PartialEq for BigInt
source§impl ToOwnedJsValue for BigInt
 
impl ToOwnedJsValue for BigInt
source§impl TryFrom<OwnedJsValue> for BigInt
 
impl TryFrom<OwnedJsValue> for BigInt
§type Error = ValueError
 
type Error = ValueError
The type returned in the event of a conversion error.
impl Eq for BigInt
impl StructuralPartialEq for BigInt
Auto Trait Implementations§
impl Freeze for BigInt
impl RefUnwindSafe for BigInt
impl Send for BigInt
impl Sync for BigInt
impl Unpin for BigInt
impl UnwindSafe for BigInt
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