pub struct TableEntriesUpdatedCommand {
pub request_id: i64,
pub updated_versions: Vec<i64>,
}
Expand description
- TableEntriesUpdated Command
Fields§
§request_id: i64
§updated_versions: Vec<i64>
Trait Implementations§
Source§impl Clone for TableEntriesUpdatedCommand
impl Clone for TableEntriesUpdatedCommand
Source§fn clone(&self) -> TableEntriesUpdatedCommand
fn clone(&self) -> TableEntriesUpdatedCommand
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 moreSource§impl Command for TableEntriesUpdatedCommand
impl Command for TableEntriesUpdatedCommand
Source§impl Debug for TableEntriesUpdatedCommand
impl Debug for TableEntriesUpdatedCommand
Source§impl<'de> Deserialize<'de> for TableEntriesUpdatedCommand
impl<'de> Deserialize<'de> for TableEntriesUpdatedCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Reply for TableEntriesUpdatedCommand
impl Reply for TableEntriesUpdatedCommand
fn get_request_id(&self) -> i64
fn is_failure(&self) -> bool
impl StructuralPartialEq for TableEntriesUpdatedCommand
Auto Trait Implementations§
impl Freeze for TableEntriesUpdatedCommand
impl RefUnwindSafe for TableEntriesUpdatedCommand
impl Send for TableEntriesUpdatedCommand
impl Sync for TableEntriesUpdatedCommand
impl Unpin for TableEntriesUpdatedCommand
impl UnwindSafe for TableEntriesUpdatedCommand
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