pub enum HType {
Show 17 variants
Null,
Marker,
Remove,
NA,
Bool,
Number,
Str,
Uri,
Ref,
Date,
Time,
DateTime,
Coord,
XStr,
List,
Dict,
Grid,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for HType
Auto Trait Implementations§
impl Freeze for HType
impl RefUnwindSafe for HType
impl Send for HType
impl Sync for HType
impl Unpin for HType
impl UnwindSafe for HType
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