Searched defs:BqlCell (Results 1 – 1 of 1) sorted by relevance
254 pub struct BqlCell<T> { struct260 unsafe impl<T: Send> Send for BqlCell<T> {} implementation261 unsafe impl<T: Send> Sync for BqlCell<T> {} implementation263 impl<T: Copy> Clone for BqlCell<T> { implementation270 impl<T: Default> Default for BqlCell<T> { implementation278 impl<T: PartialEq + Copy> PartialEq for BqlCell<T> { implementation285 impl<T: Eq + Copy> Eq for BqlCell<T> {} implementation287 impl<T: PartialOrd + Copy> PartialOrd for BqlCell<T> { implementation294 impl<T: Ord + Copy> Ord for BqlCell<T> { implementation301 impl<T> From<T> for BqlCell<T> { implementation[all …]