pub struct RequestId(pub u64);Expand description
Eindeutige Request-Identifier (Sub-Set der Sample-Identity).
Spec §7.6.3.3.5: SampleIdentity = { writer_guid, sequence_number }.
Hier verkuerzen wir auf den Sequence-Anteil — der writer_guid ist
implizit durch den Client gegeben.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Ord for RequestId
impl Ord for RequestId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RequestId
impl PartialOrd for RequestId
impl Copy for RequestId
impl Eq for RequestId
impl StructuralPartialEq for RequestId
Auto Trait Implementations§
impl Freeze for RequestId
impl RefUnwindSafe for RequestId
impl Send for RequestId
impl Sync for RequestId
impl Unpin for RequestId
impl UnsafeUnpin for RequestId
impl UnwindSafe for RequestId
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