pub struct TableInsertedEvent {
pub table: TableDef,
pub row: Row,
}Fields§
§table: TableDef§row: RowTrait Implementations§
Auto Trait Implementations§
impl Freeze for TableInsertedEvent
impl RefUnwindSafe for TableInsertedEvent
impl Send for TableInsertedEvent
impl Sync for TableInsertedEvent
impl Unpin for TableInsertedEvent
impl UnwindSafe for TableInsertedEvent
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