Struct rust_examples::brands::BrandedIndex [−][src]
pub struct BrandedIndex<'id> { /* fields omitted */ }Expand description
Thin wrapper for usize which is bound to particular instance of a BrandedVec via 'id and
serves as an access token to the interior values.
Trait Implementations
Auto Trait Implementations
impl<'id> RefUnwindSafe for BrandedIndex<'id>
impl<'id> !Send for BrandedIndex<'id>
impl<'id> !Sync for BrandedIndex<'id>
impl<'id> Unpin for BrandedIndex<'id>
impl<'id> UnwindSafe for BrandedIndex<'id>
Blanket Implementations
Mutably borrows from an owned value. Read more
