Lines Matching defs:self
1218 fn drop(&mut self) { in drop()
1302 fn clone_from(&mut self, source: &Self) { in clone_from()
1320 fn eq(&self, other: &Self) -> bool { in eq()
1324 fn ne(&self, other: &Self) -> bool { in ne()
1331 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp()
1335 fn lt(&self, other: &Self) -> bool { in lt()
1339 fn le(&self, other: &Self) -> bool { in le()
1343 fn ge(&self, other: &Self) -> bool { in ge()
1347 fn gt(&self, other: &Self) -> bool { in gt()
1354 fn cmp(&self, other: &Self) -> Ordering { in cmp()
1363 fn hash<H: Hasher>(&self, state: &mut H) { in hash()
1373 fn write(&mut self, bytes: &[u8]) { in write()
1376 fn write_u8(&mut self, i: u8) { in write_u8()
1379 fn write_u16(&mut self, i: u16) { in write_u16()
1382 fn write_u32(&mut self, i: u32) { in write_u32()
1385 fn write_u64(&mut self, i: u64) { in write_u64()
1388 fn write_u128(&mut self, i: u128) { in write_u128()
1391 fn write_usize(&mut self, i: usize) { in write_usize()
1394 fn write_i8(&mut self, i: i8) { in write_i8()
1397 fn write_i16(&mut self, i: i16) { in write_i16()
1400 fn write_i32(&mut self, i: i32) { in write_i32()
1403 fn write_i64(&mut self, i: i64) { in write_i64()
1406 fn write_i128(&mut self, i: i128) { in write_i128()
1409 fn write_isize(&mut self, i: isize) { in write_isize()
1412 fn write_length_prefix(&mut self, len: usize) { in write_length_prefix()
1415 fn write_str(&mut self, s: &str) { in write_str()
1878 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1885 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1892 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt()
1928 fn nth(&mut self, n: usize) -> Option<I::Item> { in nth()
1967 fn nth_back(&mut self, n: usize) -> Option<I::Item> { in nth_back()
1988 extern "rust-call" fn call_once(self, args: Args) -> Self::Output { in call_once() argument
1995 extern "rust-call" fn call_mut(&mut self, args: Args) -> Self::Output { in call_mut()
2002 extern "rust-call" fn call(&self, args: Args) -> Self::Output { in call()
2029 fn clone_from(&mut self, other: &Self) { in clone_from()
2287 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from()
2294 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in from()