pub enum FirstKeyConstructor {
Key(KeyNode),
ArrayMarker(ArrayMarkerNode),
}Variants§
Key(KeyNode)
ArrayMarker(ArrayMarkerNode)
Implementations§
Source§impl FirstKeyConstructor
impl FirstKeyConstructor
pub fn build(self) -> FirstKeyNode
Auto Trait Implementations§
impl Freeze for FirstKeyConstructor
impl RefUnwindSafe for FirstKeyConstructor
impl Send for FirstKeyConstructor
impl Sync for FirstKeyConstructor
impl Unpin for FirstKeyConstructor
impl UnwindSafe for FirstKeyConstructor
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