pub struct WorkerConnectionKey {
pub tenant_id: TenantId,
pub installation_id: InstallationId,
pub core_id: CoreId,
}Expand description
Unique identifier for a worker connection.
Fields§
§tenant_id: TenantIdTenant boundary.
installation_id: InstallationIdSpecific installation target.
core_id: CoreIdSpecific core/worker identity.
Trait Implementations§
Source§impl Clone for WorkerConnectionKey
impl Clone for WorkerConnectionKey
Source§fn clone(&self) -> WorkerConnectionKey
fn clone(&self) -> WorkerConnectionKey
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 moreSource§impl Debug for WorkerConnectionKey
impl Debug for WorkerConnectionKey
impl Eq for WorkerConnectionKey
Source§impl Hash for WorkerConnectionKey
impl Hash for WorkerConnectionKey
Source§impl PartialEq for WorkerConnectionKey
impl PartialEq for WorkerConnectionKey
impl StructuralPartialEq for WorkerConnectionKey
Auto Trait Implementations§
impl Freeze for WorkerConnectionKey
impl RefUnwindSafe for WorkerConnectionKey
impl Send for WorkerConnectionKey
impl Sync for WorkerConnectionKey
impl Unpin for WorkerConnectionKey
impl UnsafeUnpin for WorkerConnectionKey
impl UnwindSafe for WorkerConnectionKey
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