pub struct MsgTable {
pub operation: u32,
pub name: String,
pub rows: Vec<MsgRow>,
}Expand description
One table changed inside an OBJCHANGE / QUERYCHANGE notification.
Fields§
§operation: u32§name: String§rows: Vec<MsgRow>Trait Implementations§
impl Eq for MsgTable
impl StructuralPartialEq for MsgTable
Auto Trait Implementations§
impl Freeze for MsgTable
impl RefUnwindSafe for MsgTable
impl Send for MsgTable
impl Sync for MsgTable
impl Unpin for MsgTable
impl UnsafeUnpin for MsgTable
impl UnwindSafe for MsgTable
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