pub struct TableInsertedEvent {
pub table: TableDef,
pub row: Row,
}Fields§
§table: TableDef§row: RowTrait Implementations§
Source§impl Clone for TableInsertedEvent
impl Clone for TableInsertedEvent
Source§fn clone(&self) -> TableInsertedEvent
fn clone(&self) -> TableInsertedEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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