pub struct TableGroupSettings {
pub span_range: Range<usize>,
pub attributes: Vec<Attribute>,
}Expand description
Represents settings of the table group.
Fields§
§span_range: Range<usize>The range of the span in the source text.
attributes: Vec<Attribute>A vector of key and optional value pairs representing attributes of the table.
Trait Implementations§
Source§impl Clone for TableGroupSettings
impl Clone for TableGroupSettings
Source§impl Debug for TableGroupSettings
impl Debug for TableGroupSettings
Auto Trait Implementations§
impl Freeze for TableGroupSettings
impl RefUnwindSafe for TableGroupSettings
impl Send for TableGroupSettings
impl Sync for TableGroupSettings
impl Unpin for TableGroupSettings
impl UnsafeUnpin for TableGroupSettings
impl UnwindSafe for TableGroupSettings
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