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