pub enum AlbaTypes {
}
Variants§
String(String)
U8(u8)
U16(u16)
U32(u32)
U64(u64)
U128(u128)
F32(f32)
F64(f64)
Bool(bool)
I32(i32)
I64(i64)
Bytes(Vec<u8>)
I128(i128)
Geo((f64, f64))
Implementations§
Trait Implementations§
impl StructuralPartialEq for AlbaTypes
Auto Trait Implementations§
impl Freeze for AlbaTypes
impl RefUnwindSafe for AlbaTypes
impl Send for AlbaTypes
impl Sync for AlbaTypes
impl Unpin for AlbaTypes
impl UnwindSafe for AlbaTypes
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