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