Enum spacetimedb_lib::relation::Table
source · pub enum Table {
MemTable(MemTable),
DbTable(DbTable),
}Variants§
Implementations§
source§impl Table
impl Table
pub fn table_name(&self) -> &str
pub fn table_type(&self) -> StTableType
pub fn table_access(&self) -> StAccess
Trait Implementations§
source§impl PartialEq for Table
impl PartialEq for Table
impl Eq for Table
impl StructuralEq for Table
impl StructuralPartialEq for Table
Auto Trait Implementations§
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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