pub struct TenantSelectionScratch { /* private fields */ }Expand description
Caller-owned scratch for repeated concurrent-tenant selection.
Implementations§
Trait Implementations§
Source§impl Debug for TenantSelectionScratch
impl Debug for TenantSelectionScratch
Source§impl Default for TenantSelectionScratch
impl Default for TenantSelectionScratch
Source§fn default() -> TenantSelectionScratch
fn default() -> TenantSelectionScratch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TenantSelectionScratch
impl RefUnwindSafe for TenantSelectionScratch
impl Send for TenantSelectionScratch
impl Sync for TenantSelectionScratch
impl Unpin for TenantSelectionScratch
impl UnsafeUnpin for TenantSelectionScratch
impl UnwindSafe for TenantSelectionScratch
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