Searched refs:AllData (Results 1 – 1 of 1) sorted by relevance
105 pub struct AllData<T: ?Sized>(PhantomInvariant<T>);107 impl<T: ?Sized> Clone for AllData<T> {113 impl<T: ?Sized> Copy for AllData<T> {}115 impl<T: ?Sized> AllData<T> {128 type InitData = AllData<T>;131 AllData(PhantomInvariant::new()) implementation 129 pub struct AllData<T: ?Sized>(Invariant<T>); global() struct 137 impl<T: ?Sized> Copy for AllData<T> {} global() implementation 140 unsafe impl<T: ?Sized> InitData for AllData<T> { global() implementation