pub enum KeyBaseView {
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§
Source§impl Clone for KeyBaseView
impl Clone for KeyBaseView
Source§fn clone(&self) -> KeyBaseView
fn clone(&self) -> KeyBaseView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyBaseView
impl Debug for KeyBaseView
Source§impl PartialEq for KeyBaseView
impl PartialEq for KeyBaseView
impl Copy for KeyBaseView
impl Eq for KeyBaseView
impl StructuralPartialEq for KeyBaseView
Auto Trait Implementations§
impl Freeze for KeyBaseView
impl RefUnwindSafe for KeyBaseView
impl Send for KeyBaseView
impl Sync for KeyBaseView
impl Unpin for KeyBaseView
impl UnwindSafe for KeyBaseView
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