Struct spacetimedb_lib::table::ColumnDef
source · pub struct ColumnDef {
pub column: ProductTypeElement,
pub attr: ColumnIndexAttribute,
pub pos: usize,
}Fields§
§column: ProductTypeElement§attr: ColumnIndexAttribute§pos: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ColumnDef
impl Send for ColumnDef
impl Sync for ColumnDef
impl Unpin for ColumnDef
impl UnwindSafe for ColumnDef
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