Struct rinecs::operators::combined_unordered::PartialStorageRef3 [−][src]
pub struct PartialStorageRef3<S1, S2, S3> {
pub S1: S1,
pub S2: S2,
pub S3: S3,
}Fields
S1: S1S2: S2S3: S3Trait Implementations
impl<'a, S1, S2, S3> FastIndexExt for PartialStorageRef3<S1, S2, S3> where
S1: FastIndexExt,
S2: FastIndexExt,
S3: FastIndexExt, [src]
impl<'a, S1, S2, S3> FastIndexExt for PartialStorageRef3<S1, S2, S3> where
S1: FastIndexExt,
S2: FastIndexExt,
S3: FastIndexExt, [src]type FastIndex = (S1::FastIndex, S2::FastIndex, S3::FastIndex)
type StaticTypeId = (S1::StaticTypeId, S2::StaticTypeId, S3::StaticTypeId)
fn fast_index(&self, guid: usize) -> Self::FastIndex[src]
Auto Trait Implementations
impl<S1, S2, S3> RefUnwindSafe for PartialStorageRef3<S1, S2, S3> where
S1: RefUnwindSafe,
S2: RefUnwindSafe,
S3: RefUnwindSafe,
S1: RefUnwindSafe,
S2: RefUnwindSafe,
S3: RefUnwindSafe,
impl<S1, S2, S3> Send for PartialStorageRef3<S1, S2, S3> where
S1: Send,
S2: Send,
S3: Send,
S1: Send,
S2: Send,
S3: Send,
impl<S1, S2, S3> Sync for PartialStorageRef3<S1, S2, S3> where
S1: Sync,
S2: Sync,
S3: Sync,
S1: Sync,
S2: Sync,
S3: Sync,
impl<S1, S2, S3> Unpin for PartialStorageRef3<S1, S2, S3> where
S1: Unpin,
S2: Unpin,
S3: Unpin,
S1: Unpin,
S2: Unpin,
S3: Unpin,
impl<S1, S2, S3> UnwindSafe for PartialStorageRef3<S1, S2, S3> where
S1: UnwindSafe,
S2: UnwindSafe,
S3: UnwindSafe,
S1: UnwindSafe,
S2: UnwindSafe,
S3: UnwindSafe,