#[repr(u32)]pub enum Ticker {
Show 216 variants
BlockCacheMiss = 0,
BlockCacheHit = 1,
BlockCacheAdd = 2,
BlockCacheAddFailures = 3,
BlockCacheIndexMiss = 4,
BlockCacheIndexHit = 5,
BlockCacheIndexAdd = 6,
BlockCacheIndexBytesInsert = 7,
BlockCacheFilterMiss = 8,
BlockCacheFilterHit = 9,
BlockCacheFilterAdd = 10,
BlockCacheFilterBytesInsert = 11,
BlockCacheDataMiss = 12,
BlockCacheDataHit = 13,
BlockCacheDataAdd = 14,
BlockCacheDataBytesInsert = 15,
BlockCacheBytesRead = 16,
BlockCacheBytesWrite = 17,
BlockCacheCompressionDictMiss = 18,
BlockCacheCompressionDictHit = 19,
BlockCacheCompressionDictAdd = 20,
BlockCacheCompressionDictBytesInsert = 21,
BlockCacheAddRedundant = 22,
BlockCacheIndexAddRedundant = 23,
BlockCacheFilterAddRedundant = 24,
BlockCacheDataAddRedundant = 25,
BlockCacheCompressionDictAddRedundant = 26,
SecondaryCacheHits = 27,
SecondaryCacheFilterHits = 28,
SecondaryCacheIndexHits = 29,
SecondaryCacheDataHits = 30,
CompressedSecondaryCacheDummyHits = 31,
CompressedSecondaryCacheHits = 32,
CompressedSecondaryCachePromotions = 33,
CompressedSecondaryCachePromotionSkips = 34,
BloomFilterUseful = 35,
BloomFilterFullPositive = 36,
BloomFilterFullTruePositive = 37,
BloomFilterPrefixChecked = 38,
BloomFilterPrefixUseful = 39,
BloomFilterPrefixTruePositive = 40,
PersistentCacheHit = 41,
PersistentCacheMiss = 42,
SimBlockCacheHit = 43,
SimBlockCacheMiss = 44,
MemtableHit = 45,
MemtableMiss = 46,
GetHitL0 = 47,
GetHitL1 = 48,
GetHitL2AndUp = 49,
CompactionKeyDropNewerEntry = 50,
CompactionKeyDropObsolete = 51,
CompactionKeyDropRangeDel = 52,
CompactionKeyDropUser = 53,
CompactionRangeDelDropObsolete = 54,
CompactionOptimizedDelDropObsolete = 55,
CompactionCancelled = 56,
NumberKeysWritten = 57,
NumberKeysRead = 58,
NumberKeysUpdated = 59,
BytesWritten = 60,
BytesRead = 61,
NumberDbSeek = 62,
NumberDbNext = 63,
NumberDbPrev = 64,
NumberDbSeekFound = 65,
NumberDbNextFound = 66,
NumberDbPrevFound = 67,
IterBytesRead = 68,
NumberIterSkip = 69,
NumberOfReseeksInIteration = 70,
NoIteratorCreated = 71,
NoIteratorDeleted = 72,
NoFileOpens = 73,
NoFileErrors = 74,
StallMicros = 75,
DbMutexWaitMicros = 76,
NumberMultigetCalls = 77,
NumberMultigetKeysRead = 78,
NumberMultigetBytesRead = 79,
NumberMultigetKeysFound = 80,
NumberMergeFailures = 81,
GetUpdatesSinceCalls = 82,
WalFileSynced = 83,
WalFileBytes = 84,
WriteDoneBySelf = 85,
WriteDoneByOther = 86,
WriteWithWal = 87,
CompactReadBytes = 88,
CompactWriteBytes = 89,
FlushWriteBytes = 90,
CompactReadBytesMarked = 91,
CompactReadBytesPeriodic = 92,
CompactReadBytesTtl = 93,
CompactWriteBytesMarked = 94,
CompactWriteBytesPeriodic = 95,
CompactWriteBytesTtl = 96,
NumberDirectLoadTableProperties = 97,
NumberSuperversionAcquires = 98,
NumberSuperversionReleases = 99,
NumberSuperversionCleanups = 100,
NumberBlockCompressed = 101,
NumberBlockDecompressed = 102,
BytesCompressedFrom = 103,
BytesCompressedTo = 104,
BytesCompressionBypassed = 105,
BytesCompressionRejected = 106,
NumberBlockCompressionBypassed = 107,
NumberBlockCompressionRejected = 108,
BytesDecompressedFrom = 109,
BytesDecompressedTo = 110,
MergeOperationTotalTime = 111,
FilterOperationTotalTime = 112,
CompactionCpuTotalTime = 113,
RowCacheHit = 114,
RowCacheMiss = 115,
ReadAmpEstimateUsefulBytes = 116,
ReadAmpTotalReadBytes = 117,
NumberRateLimiterDrains = 118,
BlobDbNumPut = 119,
BlobDbNumWrite = 120,
BlobDbNumGet = 121,
BlobDbNumMultiget = 122,
BlobDbNumSeek = 123,
BlobDbNumNext = 124,
BlobDbNumPrev = 125,
BlobDbNumKeysWritten = 126,
BlobDbNumKeysRead = 127,
BlobDbBytesWritten = 128,
BlobDbBytesRead = 129,
BlobDbWriteInlined = 130,
BlobDbWriteInlinedTtl = 131,
BlobDbWriteBlob = 132,
BlobDbWriteBlobTtl = 133,
BlobDbBlobFileBytesWritten = 134,
BlobDbBlobFileBytesRead = 135,
BlobDbBlobFileSynced = 136,
BlobDbBlobIndexExpiredCount = 137,
BlobDbBlobIndexExpiredSize = 138,
BlobDbBlobIndexEvictedCount = 139,
BlobDbBlobIndexEvictedSize = 140,
BlobDbGcNumFiles = 141,
BlobDbGcNumNewFiles = 142,
BlobDbGcFailures = 143,
BlobDbGcNumKeysRelocated = 144,
BlobDbGcBytesRelocated = 145,
BlobDbFifoNumFilesEvicted = 146,
BlobDbFifoNumKeysEvicted = 147,
BlobDbFifoBytesEvicted = 148,
BlobDbCacheMiss = 149,
BlobDbCacheHit = 150,
BlobDbCacheAdd = 151,
BlobDbCacheAddFailures = 152,
BlobDbCacheBytesRead = 153,
BlobDbCacheBytesWrite = 154,
TxnPrepareMutexOverhead = 155,
TxnOldCommitMapMutexOverhead = 156,
TxnDuplicateKeyOverhead = 157,
TxnSnapshotMutexOverhead = 158,
TxnGetTryAgain = 159,
FilesMarkedTrash = 160,
FilesDeletedFromTrashQueue = 161,
FilesDeletedImmediately = 162,
ErrorHandlerBgErrorCount = 163,
ErrorHandlerBgIoErrorCount = 164,
ErrorHandlerBgRetryableIoErrorCount = 165,
ErrorHandlerAutoresumeCount = 166,
ErrorHandlerAutoresumeRetryTotalCount = 167,
ErrorHandlerAutoresumeSuccessCount = 168,
MemtablePayloadBytesAtFlush = 169,
MemtableGarbageBytesAtFlush = 170,
VerifyChecksumReadBytes = 171,
BackupReadBytes = 172,
BackupWriteBytes = 173,
RemoteCompactReadBytes = 174,
RemoteCompactWriteBytes = 175,
HotFileReadBytes = 176,
WarmFileReadBytes = 177,
ColdFileReadBytes = 178,
HotFileReadCount = 179,
WarmFileReadCount = 180,
ColdFileReadCount = 181,
LastLevelReadBytes = 182,
LastLevelReadCount = 183,
NonLastLevelReadBytes = 184,
NonLastLevelReadCount = 185,
LastLevelSeekFiltered = 186,
LastLevelSeekFilterMatch = 187,
LastLevelSeekData = 188,
LastLevelSeekDataUsefulNoFilter = 189,
LastLevelSeekDataUsefulFilterMatch = 190,
NonLastLevelSeekFiltered = 191,
NonLastLevelSeekFilterMatch = 192,
NonLastLevelSeekData = 193,
NonLastLevelSeekDataUsefulNoFilter = 194,
NonLastLevelSeekDataUsefulFilterMatch = 195,
BlockChecksumComputeCount = 196,
BlockChecksumMismatchCount = 197,
MultigetCoroutineCount = 198,
ReadAsyncMicros = 199,
AsyncReadErrorCount = 200,
TableOpenPrefetchTailMiss = 201,
TableOpenPrefetchTailHit = 202,
TimestampFilterTableChecked = 203,
TimestampFilterTableFiltered = 204,
ReadaheadTrimmed = 205,
FifoMaxSizeCompactions = 206,
FifoTtlCompactions = 207,
FifoChangeTemperatureCompactions = 208,
PrefetchBytes = 209,
PrefetchBytesUseful = 210,
PrefetchHits = 211,
SstFooterCorruptionCount = 212,
FileReadCorruptionRetryCount = 213,
FileReadCorruptionRetrySuccessCount = 214,
NumberWbwiIngest = 215,
}Variants§
BlockCacheMiss = 0
BlockCacheHit = 1
BlockCacheAdd = 2
BlockCacheAddFailures = 3
BlockCacheIndexMiss = 4
BlockCacheIndexHit = 5
BlockCacheIndexAdd = 6
BlockCacheIndexBytesInsert = 7
BlockCacheFilterMiss = 8
BlockCacheFilterHit = 9
BlockCacheFilterAdd = 10
BlockCacheFilterBytesInsert = 11
BlockCacheDataMiss = 12
BlockCacheDataHit = 13
BlockCacheDataAdd = 14
BlockCacheDataBytesInsert = 15
BlockCacheBytesRead = 16
BlockCacheBytesWrite = 17
BlockCacheCompressionDictMiss = 18
BlockCacheCompressionDictHit = 19
BlockCacheCompressionDictAdd = 20
BlockCacheCompressionDictBytesInsert = 21
BlockCacheAddRedundant = 22
BlockCacheIndexAddRedundant = 23
BlockCacheFilterAddRedundant = 24
BlockCacheDataAddRedundant = 25
BlockCacheCompressionDictAddRedundant = 26
SecondaryCacheHits = 27
SecondaryCacheFilterHits = 28
SecondaryCacheIndexHits = 29
SecondaryCacheDataHits = 30
CompressedSecondaryCacheDummyHits = 31
CompressedSecondaryCacheHits = 32
CompressedSecondaryCachePromotions = 33
CompressedSecondaryCachePromotionSkips = 34
BloomFilterUseful = 35
BloomFilterFullPositive = 36
BloomFilterFullTruePositive = 37
BloomFilterPrefixChecked = 38
BloomFilterPrefixUseful = 39
BloomFilterPrefixTruePositive = 40
PersistentCacheHit = 41
PersistentCacheMiss = 42
SimBlockCacheHit = 43
SimBlockCacheMiss = 44
MemtableHit = 45
MemtableMiss = 46
GetHitL0 = 47
GetHitL1 = 48
GetHitL2AndUp = 49
CompactionKeyDropNewerEntry = 50
CompactionKeyDropObsolete = 51
CompactionKeyDropRangeDel = 52
CompactionKeyDropUser = 53
CompactionRangeDelDropObsolete = 54
CompactionOptimizedDelDropObsolete = 55
CompactionCancelled = 56
NumberKeysWritten = 57
NumberKeysRead = 58
NumberKeysUpdated = 59
BytesWritten = 60
BytesRead = 61
NumberDbSeek = 62
NumberDbNext = 63
NumberDbPrev = 64
NumberDbSeekFound = 65
NumberDbNextFound = 66
NumberDbPrevFound = 67
IterBytesRead = 68
NumberIterSkip = 69
NumberOfReseeksInIteration = 70
NoIteratorCreated = 71
NoIteratorDeleted = 72
NoFileOpens = 73
NoFileErrors = 74
StallMicros = 75
DbMutexWaitMicros = 76
NumberMultigetCalls = 77
NumberMultigetKeysRead = 78
NumberMultigetBytesRead = 79
NumberMultigetKeysFound = 80
NumberMergeFailures = 81
GetUpdatesSinceCalls = 82
WalFileSynced = 83
WalFileBytes = 84
WriteDoneBySelf = 85
WriteDoneByOther = 86
WriteWithWal = 87
CompactReadBytes = 88
CompactWriteBytes = 89
FlushWriteBytes = 90
CompactReadBytesMarked = 91
CompactReadBytesPeriodic = 92
CompactReadBytesTtl = 93
CompactWriteBytesMarked = 94
CompactWriteBytesPeriodic = 95
CompactWriteBytesTtl = 96
NumberDirectLoadTableProperties = 97
NumberSuperversionAcquires = 98
NumberSuperversionReleases = 99
NumberSuperversionCleanups = 100
NumberBlockCompressed = 101
NumberBlockDecompressed = 102
BytesCompressedFrom = 103
BytesCompressedTo = 104
BytesCompressionBypassed = 105
BytesCompressionRejected = 106
NumberBlockCompressionBypassed = 107
NumberBlockCompressionRejected = 108
BytesDecompressedFrom = 109
BytesDecompressedTo = 110
MergeOperationTotalTime = 111
FilterOperationTotalTime = 112
CompactionCpuTotalTime = 113
RowCacheHit = 114
RowCacheMiss = 115
ReadAmpEstimateUsefulBytes = 116
ReadAmpTotalReadBytes = 117
NumberRateLimiterDrains = 118
BlobDbNumPut = 119
BlobDbNumWrite = 120
BlobDbNumGet = 121
BlobDbNumMultiget = 122
BlobDbNumSeek = 123
BlobDbNumNext = 124
BlobDbNumPrev = 125
BlobDbNumKeysWritten = 126
BlobDbNumKeysRead = 127
BlobDbBytesWritten = 128
BlobDbBytesRead = 129
BlobDbWriteInlined = 130
BlobDbWriteInlinedTtl = 131
BlobDbWriteBlob = 132
BlobDbWriteBlobTtl = 133
BlobDbBlobFileBytesWritten = 134
BlobDbBlobFileBytesRead = 135
BlobDbBlobFileSynced = 136
BlobDbBlobIndexExpiredCount = 137
BlobDbBlobIndexExpiredSize = 138
BlobDbBlobIndexEvictedCount = 139
BlobDbBlobIndexEvictedSize = 140
BlobDbGcNumFiles = 141
BlobDbGcNumNewFiles = 142
BlobDbGcFailures = 143
BlobDbGcNumKeysRelocated = 144
BlobDbGcBytesRelocated = 145
BlobDbFifoNumFilesEvicted = 146
BlobDbFifoNumKeysEvicted = 147
BlobDbFifoBytesEvicted = 148
BlobDbCacheMiss = 149
BlobDbCacheHit = 150
BlobDbCacheAdd = 151
BlobDbCacheAddFailures = 152
BlobDbCacheBytesRead = 153
BlobDbCacheBytesWrite = 154
TxnPrepareMutexOverhead = 155
TxnOldCommitMapMutexOverhead = 156
TxnDuplicateKeyOverhead = 157
TxnSnapshotMutexOverhead = 158
TxnGetTryAgain = 159
FilesMarkedTrash = 160
FilesDeletedFromTrashQueue = 161
FilesDeletedImmediately = 162
ErrorHandlerBgErrorCount = 163
ErrorHandlerBgIoErrorCount = 164
ErrorHandlerBgRetryableIoErrorCount = 165
ErrorHandlerAutoresumeCount = 166
ErrorHandlerAutoresumeRetryTotalCount = 167
ErrorHandlerAutoresumeSuccessCount = 168
MemtablePayloadBytesAtFlush = 169
MemtableGarbageBytesAtFlush = 170
VerifyChecksumReadBytes = 171
BackupReadBytes = 172
BackupWriteBytes = 173
RemoteCompactReadBytes = 174
RemoteCompactWriteBytes = 175
HotFileReadBytes = 176
WarmFileReadBytes = 177
ColdFileReadBytes = 178
HotFileReadCount = 179
WarmFileReadCount = 180
ColdFileReadCount = 181
LastLevelReadBytes = 182
LastLevelReadCount = 183
NonLastLevelReadBytes = 184
NonLastLevelReadCount = 185
LastLevelSeekFiltered = 186
LastLevelSeekFilterMatch = 187
LastLevelSeekData = 188
LastLevelSeekDataUsefulNoFilter = 189
LastLevelSeekDataUsefulFilterMatch = 190
NonLastLevelSeekFiltered = 191
NonLastLevelSeekFilterMatch = 192
NonLastLevelSeekData = 193
NonLastLevelSeekDataUsefulNoFilter = 194
NonLastLevelSeekDataUsefulFilterMatch = 195
BlockChecksumComputeCount = 196
BlockChecksumMismatchCount = 197
MultigetCoroutineCount = 198
ReadAsyncMicros = 199
AsyncReadErrorCount = 200
TableOpenPrefetchTailMiss = 201
TableOpenPrefetchTailHit = 202
TimestampFilterTableChecked = 203
TimestampFilterTableFiltered = 204
ReadaheadTrimmed = 205
FifoMaxSizeCompactions = 206
FifoTtlCompactions = 207
FifoChangeTemperatureCompactions = 208
PrefetchBytes = 209
PrefetchBytesUseful = 210
PrefetchHits = 211
FileReadCorruptionRetryCount = 213
FileReadCorruptionRetrySuccessCount = 214
NumberWbwiIngest = 215
Implementations§
Trait Implementations§
impl Copy for Ticker
impl Eq for Ticker
impl StructuralPartialEq for Ticker
Auto Trait Implementations§
impl Freeze for Ticker
impl RefUnwindSafe for Ticker
impl Send for Ticker
impl Sync for Ticker
impl Unpin for Ticker
impl UnwindSafe for Ticker
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FmtForward for T
impl<T> FmtForward for T
Source§fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self>where
Self: Binary,
Causes
self to use its Binary implementation when Debug-formatted.Source§fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self>where
Self: Display,
Causes
self to use its Display implementation when
Debug-formatted.Source§fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self>where
Self: LowerExp,
Causes
self to use its LowerExp implementation when
Debug-formatted.Source§fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self>where
Self: LowerHex,
Causes
self to use its LowerHex implementation when
Debug-formatted.Source§fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
fn fmt_octal(self) -> FmtOctal<Self>where
Self: Octal,
Causes
self to use its Octal implementation when Debug-formatted.Source§fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self>where
Self: Pointer,
Causes
self to use its Pointer implementation when
Debug-formatted.Source§fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self>where
Self: UpperExp,
Causes
self to use its UpperExp implementation when
Debug-formatted.Source§fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self>where
Self: UpperHex,
Causes
self to use its UpperHex implementation when
Debug-formatted.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Pipe for Twhere
T: ?Sized,
impl<T> Pipe for Twhere
T: ?Sized,
Source§fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
fn pipe<R>(self, func: impl FnOnce(Self) -> R) -> Rwhere
Self: Sized,
Pipes by value. This is generally the method you want to use. Read more
Source§fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref<'a, R>(&'a self, func: impl FnOnce(&'a Self) -> R) -> Rwhere
R: 'a,
Borrows
self and passes that borrow into the pipe function. Read moreSource§fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> Rwhere
R: 'a,
Mutably borrows
self and passes that borrow into the pipe function. Read moreSource§fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R
Source§fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R,
) -> R
fn pipe_borrow_mut<'a, B, R>( &'a mut self, func: impl FnOnce(&'a mut B) -> R, ) -> R
Source§fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R
Borrows
self, then passes self.as_ref() into the pipe function.Source§fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R
Mutably borrows
self, then passes self.as_mut() into the pipe
function.Source§fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R
Borrows
self, then passes self.deref() into the pipe function.Source§impl<T> Tap for T
impl<T> Tap for T
Source§fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self
Immutable access to the
Borrow<B> of a value. Read moreSource§fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self
Mutable access to the
BorrowMut<B> of a value. Read moreSource§fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref<R>(self, func: impl FnOnce(&R)) -> Self
Immutable access to the
AsRef<R> view of a value. Read moreSource§fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self
Mutable access to the
AsMut<R> view of a value. Read moreSource§fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref<T>(self, func: impl FnOnce(&T)) -> Self
Immutable access to the
Deref::Target of a value. Read moreSource§fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
fn tap_deref_mut<T>(self, func: impl FnOnce(&mut T)) -> Self
Mutable access to the
Deref::Target of a value. Read moreSource§fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
fn tap_dbg(self, func: impl FnOnce(&Self)) -> Self
Calls
.tap() only in debug builds, and is erased in release builds.Source§fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
Calls
.tap_mut() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self
Calls
.tap_borrow() only in debug builds, and is erased in release
builds.Source§fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self
Calls
.tap_borrow_mut() only in debug builds, and is erased in release
builds.Source§fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self
Calls
.tap_ref() only in debug builds, and is erased in release
builds.Source§fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self
Calls
.tap_ref_mut() only in debug builds, and is erased in release
builds.Source§fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
fn tap_deref_dbg<T>(self, func: impl FnOnce(&T)) -> Self
Calls
.tap_deref() only in debug builds, and is erased in release
builds.