Enum act_lib::act_structs::TypeAct
source · pub enum TypeAct {
Show 17 variants
Number,
String,
BigInt,
Boolean,
Symbol,
Float32Array,
Float64Array,
Int8Array,
Int16Array,
Int32Array,
Uint8Array,
Uint8ClampedArray,
Uint16Array,
Uint32Array,
BigInt64Array,
BigUint64Array,
Unknown,
}Variants§
Number
String
BigInt
Boolean
Symbol
Float32Array
Float64Array
Int8Array
Int16Array
Int32Array
Uint8Array
Uint8ClampedArray
Uint16Array
Uint32Array
BigInt64Array
BigUint64Array
Unknown
Trait Implementations§
source§impl PartialEq<TypeAct> for TypeAct
impl PartialEq<TypeAct> for TypeAct
impl StructuralPartialEq for TypeAct
Auto Trait Implementations§
impl RefUnwindSafe for TypeAct
impl Send for TypeAct
impl Sync for TypeAct
impl Unpin for TypeAct
impl UnwindSafe for TypeAct
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