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