pub struct TableConstructor<'tree> {
pub span: Span,
pub children: Vec<Field<'tree>>,
}Fields§
§span: Span§children: Vec<Field<'tree>>Trait Implementations§
Source§impl<'tree> Clone for TableConstructor<'tree>
impl<'tree> Clone for TableConstructor<'tree>
Source§fn clone(&self) -> TableConstructor<'tree>
fn clone(&self) -> TableConstructor<'tree>
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<'tree> Debug for TableConstructor<'tree>
impl<'tree> Debug for TableConstructor<'tree>
Source§impl<'tree> FromNode<'tree> for TableConstructor<'tree>
impl<'tree> FromNode<'tree> for TableConstructor<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TableConstructor<'tree>
impl<'tree> RefUnwindSafe for TableConstructor<'tree>
impl<'tree> Send for TableConstructor<'tree>
impl<'tree> Sync for TableConstructor<'tree>
impl<'tree> Unpin for TableConstructor<'tree>
impl<'tree> UnsafeUnpin for TableConstructor<'tree>
impl<'tree> UnwindSafe for TableConstructor<'tree>
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