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