pub struct MsgRow {
pub operation: u32,
pub rowid: String,
}Expand description
One row changed inside a table notification.
Fields§
§operation: u32§rowid: StringTrait Implementations§
impl Eq for MsgRow
impl StructuralPartialEq for MsgRow
Auto Trait Implementations§
impl Freeze for MsgRow
impl RefUnwindSafe for MsgRow
impl Send for MsgRow
impl Sync for MsgRow
impl Unpin for MsgRow
impl UnsafeUnpin for MsgRow
impl UnwindSafe for MsgRow
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