pub struct Table<'ast> {
pub visibility: Visibility<'ast>,
pub sections: Vec<Section<'ast>>,
pub span: Span<'ast>,
}
Fields§
§visibility: Visibility<'ast>
§sections: Vec<Section<'ast>>
§span: Span<'ast>
Trait Implementations§
impl<'ast> StructuralPartialEq for Table<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for Table<'ast>
impl<'ast> RefUnwindSafe for Table<'ast>
impl<'ast> Send for Table<'ast>
impl<'ast> Sync for Table<'ast>
impl<'ast> Unpin for Table<'ast>
impl<'ast> UnwindSafe for Table<'ast>
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