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