pub enum GTVType {
Null = 0,
ByteArray = 1,
String = 2,
Integer = 3,
Dict = 4,
Array = 5,
BigInteger = 6,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GTVType
impl RefUnwindSafe for GTVType
impl Send for GTVType
impl Sync for GTVType
impl Unpin for GTVType
impl UnwindSafe for GTVType
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