pub enum KeyIdentConstructor {
Ident(IdentNode),
True(TrueNode),
False(FalseNode),
Null(NullNode),
}Variants§
Implementations§
Source§impl KeyIdentConstructor
impl KeyIdentConstructor
pub fn build(self) -> KeyIdentNode
Auto Trait Implementations§
impl Freeze for KeyIdentConstructor
impl RefUnwindSafe for KeyIdentConstructor
impl Send for KeyIdentConstructor
impl Sync for KeyIdentConstructor
impl Unpin for KeyIdentConstructor
impl UnwindSafe for KeyIdentConstructor
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