pub enum ArrayMarkerOptGroupConstructor {
Integer(IntegerNode),
Caret(CaretNode),
}Variants§
Integer(IntegerNode)
Caret(CaretNode)
Implementations§
Source§impl ArrayMarkerOptGroupConstructor
impl ArrayMarkerOptGroupConstructor
pub fn build(self) -> ArrayMarkerOptGroupNode
Auto Trait Implementations§
impl Freeze for ArrayMarkerOptGroupConstructor
impl RefUnwindSafe for ArrayMarkerOptGroupConstructor
impl Send for ArrayMarkerOptGroupConstructor
impl Sync for ArrayMarkerOptGroupConstructor
impl Unpin for ArrayMarkerOptGroupConstructor
impl UnsafeUnpin for ArrayMarkerOptGroupConstructor
impl UnwindSafe for ArrayMarkerOptGroupConstructor
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