pub struct InMemoryBusinessIdAllocator { /* private fields */ }Trait Implementations§
Source§impl BusinessIdAllocator for InMemoryBusinessIdAllocator
impl BusinessIdAllocator for InMemoryBusinessIdAllocator
fn allocate( &self, plan: &BusinessIdPlan, ) -> Result<BusinessIdAllocation, BusinessIdError>
Source§impl Debug for InMemoryBusinessIdAllocator
impl Debug for InMemoryBusinessIdAllocator
Source§impl Default for InMemoryBusinessIdAllocator
impl Default for InMemoryBusinessIdAllocator
Source§fn default() -> InMemoryBusinessIdAllocator
fn default() -> InMemoryBusinessIdAllocator
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for InMemoryBusinessIdAllocator
impl RefUnwindSafe for InMemoryBusinessIdAllocator
impl Send for InMemoryBusinessIdAllocator
impl Sync for InMemoryBusinessIdAllocator
impl Unpin for InMemoryBusinessIdAllocator
impl UnsafeUnpin for InMemoryBusinessIdAllocator
impl UnwindSafe for InMemoryBusinessIdAllocator
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