pub struct TenantKey(/* private fields */);Expand description
Stable fairness key used to assign work to shards and DRR queues.
Implementations§
Trait Implementations§
impl Copy for TenantKey
impl Eq for TenantKey
impl StructuralPartialEq for TenantKey
Auto Trait Implementations§
impl Freeze for TenantKey
impl RefUnwindSafe for TenantKey
impl Send for TenantKey
impl Sync for TenantKey
impl Unpin for TenantKey
impl UnwindSafe for TenantKey
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