pub enum BigIntegerType {
I64,
I32,
}Variants§
Trait Implementations§
Source§impl Clone for BigIntegerType
impl Clone for BigIntegerType
Source§fn clone(&self) -> BigIntegerType
fn clone(&self) -> BigIntegerType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BigIntegerType
impl Debug for BigIntegerType
Source§impl Default for BigIntegerType
impl Default for BigIntegerType
Source§fn default() -> BigIntegerType
fn default() -> BigIntegerType
Returns the “default value” for a type. Read more
Source§impl PartialEq for BigIntegerType
impl PartialEq for BigIntegerType
impl Copy for BigIntegerType
impl Eq for BigIntegerType
impl StructuralPartialEq for BigIntegerType
Auto Trait Implementations§
impl Freeze for BigIntegerType
impl RefUnwindSafe for BigIntegerType
impl Send for BigIntegerType
impl Sync for BigIntegerType
impl Unpin for BigIntegerType
impl UnwindSafe for BigIntegerType
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