Struct rinecs::storage::tags::Tags [−][src]
pub struct Tags<T> { /* fields omitted */ }
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Tags<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Tags<T> where
T: Send,
T: Send,
impl<T> Sync for Tags<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Tags<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Tags<T> where
T: UnwindSafe,
T: UnwindSafe,