pub struct MsgQuery {
pub id: u64,
pub operation: u32,
pub tables: Vec<MsgTable>,
}Expand description
One query whose result set changed (QUERYCHANGE notifications).
Fields§
§id: u64§operation: u32§tables: Vec<MsgTable>Trait Implementations§
impl Eq for MsgQuery
impl StructuralPartialEq for MsgQuery
Auto Trait Implementations§
impl Freeze for MsgQuery
impl RefUnwindSafe for MsgQuery
impl Send for MsgQuery
impl Sync for MsgQuery
impl Unpin for MsgQuery
impl UnsafeUnpin for MsgQuery
impl UnwindSafe for MsgQuery
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