Lines Matching defs:self
280 fn eq(&self, other: &BqlCell<T>) -> bool { in eq()
289 fn partial_cmp(&self, other: &BqlCell<T>) -> Option<Ordering> { in partial_cmp()
296 fn cmp(&self, other: &BqlCell<T>) -> Ordering { in cmp()
309 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
315 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
351 pub fn set(&self, val: T) { in set()
370 pub fn replace(&self, val: T) -> T { in replace()
551 fn panic_already_borrowed(&self) -> ! { in panic_already_borrowed()
712 fn clone_from(&mut self, source: &Self) { in clone_from()
731 fn eq(&self, other: &BqlRefCell<T>) -> bool { in eq()
744 fn partial_cmp(&self, other: &BqlRefCell<T>) -> Option<Ordering> { in partial_cmp()
755 fn cmp(&self, other: &BqlRefCell<T>) -> Ordering { in cmp()
799 fn drop(&mut self) { in drop()
857 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
863 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
889 fn drop(&mut self) { in drop()
928 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
934 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1033 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()