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