pub enum KeyTailView {
DotKey(DotKeyHandle),
ArrayMarker(ArrayMarkerHandle),
}Variants§
DotKey(DotKeyHandle)
ArrayMarker(ArrayMarkerHandle)
Trait Implementations§
Source§impl Clone for KeyTailView
impl Clone for KeyTailView
Source§fn clone(&self) -> KeyTailView
fn clone(&self) -> KeyTailView
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 KeyTailView
impl Debug for KeyTailView
Source§impl PartialEq for KeyTailView
impl PartialEq for KeyTailView
impl Copy for KeyTailView
impl Eq for KeyTailView
impl StructuralPartialEq for KeyTailView
Auto Trait Implementations§
impl Freeze for KeyTailView
impl RefUnwindSafe for KeyTailView
impl Send for KeyTailView
impl Sync for KeyTailView
impl Unpin for KeyTailView
impl UnwindSafe for KeyTailView
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