Searched defs:BqlRefCell (Results 1 – 1 of 1) sorted by relevance
469 pub struct BqlRefCell<T> { struct486 // components of a `BqlRefCell` (e.g., different ranges of a slice). argument509 impl<T> BqlRefCell<T> { impl548 impl<T> BqlRefCell<T> { impl694 unsafe impl<T> Send for BqlRefCell<T> where T: Send {} implementation695 unsafe impl<T> Sync for BqlRefCell<T> {} implementation697 impl<T: Clone> Clone for BqlRefCell<T> { implementation717 impl<T: Default> Default for BqlRefCell<T> { implementation725 impl<T: PartialEq> PartialEq for BqlRefCell<T> { implementation736 impl<T: Eq> Eq for BqlRefCell<T> {} implementation[all …]