pub struct CstTypeTableItem<'ast> {
pub kind: CstTypeTableItemKind,
pub indexer_open: Position,
pub indexer_close: Position,
pub colon: Position,
pub separator: Option<TableSeparator>,
pub separator_position: Option<Position>,
pub string_info: Option<CstExprConstantString<'ast>>,
pub string_position: Position,
}Fields§
§kind: CstTypeTableItemKind§indexer_open: Position§indexer_close: Position§colon: Position§separator: Option<TableSeparator>§separator_position: Option<Position>§string_info: Option<CstExprConstantString<'ast>>§string_position: PositionTrait Implementations§
Source§impl<'ast> Clone for CstTypeTableItem<'ast>
impl<'ast> Clone for CstTypeTableItem<'ast>
Source§fn clone(&self) -> CstTypeTableItem<'ast>
fn clone(&self) -> CstTypeTableItem<'ast>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'ast> Debug for CstTypeTableItem<'ast>
impl<'ast> Debug for CstTypeTableItem<'ast>
Source§impl<'ast> PartialEq for CstTypeTableItem<'ast>
impl<'ast> PartialEq for CstTypeTableItem<'ast>
impl<'ast> StructuralPartialEq for CstTypeTableItem<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for CstTypeTableItem<'ast>
impl<'ast> RefUnwindSafe for CstTypeTableItem<'ast>
impl<'ast> Send for CstTypeTableItem<'ast>
impl<'ast> Sync for CstTypeTableItem<'ast>
impl<'ast> Unpin for CstTypeTableItem<'ast>
impl<'ast> UnsafeUnpin for CstTypeTableItem<'ast>
impl<'ast> UnwindSafe for CstTypeTableItem<'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