pub struct AssignmentId(pub u64);Expand description
Pool-owned correlation token for one exact dispatch attempt.
This is not an actor identity or evidence that delivery occurred.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for AssignmentId
impl Clone for AssignmentId
Source§fn clone(&self) -> AssignmentId
fn clone(&self) -> AssignmentId
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 AssignmentId
Source§impl Debug for AssignmentId
impl Debug for AssignmentId
impl Eq for AssignmentId
Source§impl Hash for AssignmentId
impl Hash for AssignmentId
Source§impl PartialEq for AssignmentId
impl PartialEq for AssignmentId
impl StructuralPartialEq for AssignmentId
Auto Trait Implementations§
impl Freeze for AssignmentId
impl RefUnwindSafe for AssignmentId
impl Send for AssignmentId
impl Sync for AssignmentId
impl Unpin for AssignmentId
impl UnsafeUnpin for AssignmentId
impl UnwindSafe for AssignmentId
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