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