pub struct BigInt { /* private fields */ }
Expand description
A value holding JavaScript BigInt type
Implementations§
Trait Implementations§
Source§impl ToOwnedJsValue for BigInt
impl ToOwnedJsValue for BigInt
Source§impl TryFrom<OwnedJsValue> for BigInt
impl TryFrom<OwnedJsValue> for BigInt
Source§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