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