#[non_exhaustive]#[repr(u32)]pub enum VslTag {
Show 96 variants
Bogus = 0,
Debug = 1,
Error = 2,
Cli = 3,
SessOpen = 4,
SessClose = 5,
BackendOpen = 6,
BackendClose = 7,
HttpGarbage = 8,
Proxy = 9,
ProxyGarbage = 10,
Length = 11,
FetchError = 12,
ReqMethod = 13,
ReqUrl = 14,
ReqProtocol = 15,
ReqStatus = 16,
ReqReason = 17,
ReqHeader = 18,
ReqUnset = 19,
ReqLost = 20,
RespMethod = 21,
RespUrl = 22,
RespProtocol = 23,
RespStatus = 24,
RespReason = 25,
RespHeader = 26,
RespUnset = 27,
RespLost = 28,
BereqMethod = 29,
BereqUrl = 30,
BereqProtocol = 31,
BereqStatus = 32,
BereqReason = 33,
BereqHeader = 34,
BereqUnset = 35,
BereqLost = 36,
BerespMethod = 37,
BerespUrl = 38,
BerespProtocol = 39,
BerespStatus = 40,
BerespReason = 41,
BerespHeader = 42,
BerespUnset = 43,
BerespLost = 44,
ObjMethod = 45,
ObjUrl = 46,
ObjProtocol = 47,
ObjStatus = 48,
ObjReason = 49,
ObjHeader = 50,
ObjUnset = 51,
ObjLost = 52,
BogoHeader = 53,
LostHeader = 54,
Ttl = 55,
FetchBody = 56,
VclAcl = 57,
VclCall = 58,
VclTrace = 59,
VclReturn = 60,
ReqStart = 61,
Hit = 62,
HitPass = 63,
ExpBan = 64,
ExpKill = 65,
WorkThread = 66,
EsiXmlerror = 67,
Hash = 68,
BackendHealth = 69,
VclLog = 70,
VclError = 71,
Gzip = 72,
Link = 73,
Begin = 74,
End = 75,
Vsl = 76,
Storage = 77,
Timestamp = 78,
ReqAcct = 79,
PipeAcct = 80,
BereqAcct = 81,
VfpAcct = 82,
Witness = 83,
H2RxHdr = 84,
H2RxBody = 85,
H2TxHdr = 86,
H2TxBody = 87,
HitMiss = 88,
Filters = 89,
SessError = 90,
VclUse = 91,
Notice = 92,
VdpAcct = 93,
Reserved = 254,
Batch = 255,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Bogus = 0
Debug = 1
Error = 2
Cli = 3
SessOpen = 4
SessClose = 5
BackendOpen = 6
BackendClose = 7
HttpGarbage = 8
Proxy = 9
ProxyGarbage = 10
Length = 11
FetchError = 12
ReqMethod = 13
ReqUrl = 14
ReqProtocol = 15
ReqStatus = 16
ReqReason = 17
ReqHeader = 18
ReqUnset = 19
ReqLost = 20
RespMethod = 21
RespUrl = 22
RespProtocol = 23
RespStatus = 24
RespReason = 25
RespHeader = 26
RespUnset = 27
RespLost = 28
BereqMethod = 29
BereqUrl = 30
BereqProtocol = 31
BereqStatus = 32
BereqReason = 33
BereqHeader = 34
BereqUnset = 35
BereqLost = 36
BerespMethod = 37
BerespUrl = 38
BerespProtocol = 39
BerespStatus = 40
BerespReason = 41
BerespHeader = 42
BerespUnset = 43
BerespLost = 44
ObjMethod = 45
ObjUrl = 46
ObjProtocol = 47
ObjStatus = 48
ObjReason = 49
ObjHeader = 50
ObjUnset = 51
ObjLost = 52
BogoHeader = 53
LostHeader = 54
Ttl = 55
FetchBody = 56
VclAcl = 57
VclCall = 58
VclTrace = 59
VclReturn = 60
ReqStart = 61
Hit = 62
HitPass = 63
ExpBan = 64
ExpKill = 65
WorkThread = 66
EsiXmlerror = 67
Hash = 68
BackendHealth = 69
VclLog = 70
VclError = 71
Gzip = 72
Link = 73
Begin = 74
End = 75
Vsl = 76
Storage = 77
Timestamp = 78
ReqAcct = 79
PipeAcct = 80
BereqAcct = 81
VfpAcct = 82
Witness = 83
H2RxHdr = 84
H2RxBody = 85
H2TxHdr = 86
H2TxBody = 87
HitMiss = 88
Filters = 89
SessError = 90
VclUse = 91
Notice = 92
VdpAcct = 93
Reserved = 254
Batch = 255
Trait Implementations§
impl Copy for VslTag
impl Eq for VslTag
impl StructuralPartialEq for VslTag
Auto Trait Implementations§
impl Freeze for VslTag
impl RefUnwindSafe for VslTag
impl Send for VslTag
impl Sync for VslTag
impl Unpin for VslTag
impl UnwindSafe for VslTag
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