pub struct TableKeysRemovedCommand {
pub request_id: i64,
pub segment: String,
}
Expand description
- TableKeysRemoved Command
Fields§
§request_id: i64
§segment: String
Trait Implementations§
Source§impl Clone for TableKeysRemovedCommand
impl Clone for TableKeysRemovedCommand
Source§fn clone(&self) -> TableKeysRemovedCommand
fn clone(&self) -> TableKeysRemovedCommand
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 TableKeysRemovedCommand
impl Command for TableKeysRemovedCommand
Source§impl Debug for TableKeysRemovedCommand
impl Debug for TableKeysRemovedCommand
Source§impl<'de> Deserialize<'de> for TableKeysRemovedCommand
impl<'de> Deserialize<'de> for TableKeysRemovedCommand
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 PartialEq for TableKeysRemovedCommand
impl PartialEq for TableKeysRemovedCommand
Source§impl Reply for TableKeysRemovedCommand
impl Reply for TableKeysRemovedCommand
fn get_request_id(&self) -> i64
fn is_failure(&self) -> bool
Source§impl Serialize for TableKeysRemovedCommand
impl Serialize for TableKeysRemovedCommand
impl StructuralPartialEq for TableKeysRemovedCommand
Auto Trait Implementations§
impl Freeze for TableKeysRemovedCommand
impl RefUnwindSafe for TableKeysRemovedCommand
impl Send for TableKeysRemovedCommand
impl Sync for TableKeysRemovedCommand
impl Unpin for TableKeysRemovedCommand
impl UnwindSafe for TableKeysRemovedCommand
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