pub enum KeyView {
KeyIdent(KeyIdentHandle),
ExtensionNameSpace(ExtensionNameSpaceHandle),
String(StringHandle),
Integer(IntegerHandle),
Float(FloatHandle),
KeyTuple(KeyTupleHandle),
TupleIndex(TupleIndexHandle),
}Variants§
KeyIdent(KeyIdentHandle)
ExtensionNameSpace(ExtensionNameSpaceHandle)
String(StringHandle)
Integer(IntegerHandle)
Float(FloatHandle)
KeyTuple(KeyTupleHandle)
TupleIndex(TupleIndexHandle)
Trait Implementations§
impl Copy for KeyView
impl Eq for KeyView
impl StructuralPartialEq for KeyView
Auto Trait Implementations§
impl Freeze for KeyView
impl RefUnwindSafe for KeyView
impl Send for KeyView
impl Sync for KeyView
impl Unpin for KeyView
impl UnwindSafe for KeyView
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