pub struct CstExprTableItem {
pub indexer_open: Option<Position>,
pub indexer_close: Option<Position>,
pub equals: Option<Position>,
pub separator: Option<TableSeparator>,
pub separator_position: Option<Position>,
}Fields§
§indexer_open: Option<Position>§indexer_close: Option<Position>§equals: Option<Position>§separator: Option<TableSeparator>§separator_position: Option<Position>Trait Implementations§
Source§impl Clone for CstExprTableItem
impl Clone for CstExprTableItem
Source§fn clone(&self) -> CstExprTableItem
fn clone(&self) -> CstExprTableItem
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 Debug for CstExprTableItem
impl Debug for CstExprTableItem
Source§impl PartialEq for CstExprTableItem
impl PartialEq for CstExprTableItem
impl StructuralPartialEq for CstExprTableItem
Auto Trait Implementations§
impl Freeze for CstExprTableItem
impl RefUnwindSafe for CstExprTableItem
impl Send for CstExprTableItem
impl Sync for CstExprTableItem
impl Unpin for CstExprTableItem
impl UnsafeUnpin for CstExprTableItem
impl UnwindSafe for CstExprTableItem
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