Struct entity_store_helper::IdAllocator [] [src]

pub struct IdAllocator<T: Integer + Copy> { /* fields omitted */ }

Methods

impl<T: Integer + Copy> IdAllocator<T>
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug + Integer + Copy> Debug for IdAllocator<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone + Integer + Copy> Clone for IdAllocator<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for IdAllocator<T> where
    T: Send

impl<T> Sync for IdAllocator<T> where
    T: Sync