pub struct TrackedCommand {
pub link_id: LinkId,
pub sdu: usize,
pub command_id: CommandId,
pub correlation: ResourceCorrelation,
pub segment: ResourceSegment,
}Expand description
The command-side envelope every landed row records, whichever track form lands it.
Fields§
§link_id: LinkId§sdu: usize§command_id: CommandId§correlation: ResourceCorrelation§segment: ResourceSegmentTrait Implementations§
Source§impl Clone for TrackedCommand
impl Clone for TrackedCommand
Source§fn clone(&self) -> TrackedCommand
fn clone(&self) -> TrackedCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TrackedCommand
Auto Trait Implementations§
impl Freeze for TrackedCommand
impl RefUnwindSafe for TrackedCommand
impl Send for TrackedCommand
impl Sync for TrackedCommand
impl Unpin for TrackedCommand
impl UnsafeUnpin for TrackedCommand
impl UnwindSafe for TrackedCommand
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