Skip to main content

VslTag

Enum VslTag 

Source
#[non_exhaustive]
#[repr(u32)]
pub enum VslTag {
Show 99 variants Bogus = 0, Debug = 1, Error = 2, Cli = 3, SessOpen = 4, SessClose = 5, BackendOpen = 6, BackendClose = 7, BackendSsl = 8, Tls = 9, HttpGarbage = 10, Proxy = 11, ProxyGarbage = 12, Length = 13, FetchError = 14, ReqMethod = 15, ReqUrl = 16, ReqProtocol = 17, ReqStatus = 18, ReqReason = 19, ReqHeader = 20, ReqUnset = 21, ReqLost = 22, RespMethod = 23, RespUrl = 24, RespProtocol = 25, RespStatus = 26, RespReason = 27, RespHeader = 28, RespUnset = 29, RespLost = 30, BereqMethod = 31, BereqUrl = 32, BereqProtocol = 33, BereqStatus = 34, BereqReason = 35, BereqHeader = 36, BereqUnset = 37, BereqLost = 38, BerespMethod = 39, BerespUrl = 40, BerespProtocol = 41, BerespStatus = 42, BerespReason = 43, BerespHeader = 44, BerespUnset = 45, BerespLost = 46, ObjMethod = 47, ObjUrl = 48, ObjProtocol = 49, ObjStatus = 50, ObjReason = 51, ObjHeader = 52, ObjUnset = 53, ObjLost = 54, BogoHeader = 55, LostHeader = 56, Ttl = 57, FetchBody = 58, VclAcl = 59, VclCall = 60, VclTrace = 61, VclReturn = 62, ReqStart = 63, Hit = 64, HitPass = 65, ExpBan = 66, ExpKill = 67, WorkThread = 68, EsiXmlerror = 69, Hash = 70, BackendHealth = 71, VclLog = 72, VclError = 73, Gzip = 74, Link = 75, Begin = 76, End = 77, Vsl = 78, Storage = 79, Timestamp = 80, ReqAcct = 81, PipeAcct = 82, BereqAcct = 83, VfpAcct = 84, Witness = 85, H2RxHdr = 86, H2RxBody = 87, H2TxHdr = 88, H2TxBody = 89, HitMiss = 90, Filters = 91, SessError = 92, VclUse = 93, Notice = 94, VdpAcct = 95, ReqTarget = 96, 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

§

BackendSsl = 8

§

Tls = 9

§

HttpGarbage = 10

§

Proxy = 11

§

ProxyGarbage = 12

§

Length = 13

§

FetchError = 14

§

ReqMethod = 15

§

ReqUrl = 16

§

ReqProtocol = 17

§

ReqStatus = 18

§

ReqReason = 19

§

ReqHeader = 20

§

ReqUnset = 21

§

ReqLost = 22

§

RespMethod = 23

§

RespUrl = 24

§

RespProtocol = 25

§

RespStatus = 26

§

RespReason = 27

§

RespHeader = 28

§

RespUnset = 29

§

RespLost = 30

§

BereqMethod = 31

§

BereqUrl = 32

§

BereqProtocol = 33

§

BereqStatus = 34

§

BereqReason = 35

§

BereqHeader = 36

§

BereqUnset = 37

§

BereqLost = 38

§

BerespMethod = 39

§

BerespUrl = 40

§

BerespProtocol = 41

§

BerespStatus = 42

§

BerespReason = 43

§

BerespHeader = 44

§

BerespUnset = 45

§

BerespLost = 46

§

ObjMethod = 47

§

ObjUrl = 48

§

ObjProtocol = 49

§

ObjStatus = 50

§

ObjReason = 51

§

ObjHeader = 52

§

ObjUnset = 53

§

ObjLost = 54

§

BogoHeader = 55

§

LostHeader = 56

§

Ttl = 57

§

FetchBody = 58

§

VclAcl = 59

§

VclCall = 60

§

VclTrace = 61

§

VclReturn = 62

§

ReqStart = 63

§

Hit = 64

§

HitPass = 65

§

ExpBan = 66

§

ExpKill = 67

§

WorkThread = 68

§

EsiXmlerror = 69

§

Hash = 70

§

BackendHealth = 71

§

VclLog = 72

§

VclError = 73

§

Gzip = 74

§

Begin = 76

§

End = 77

§

Vsl = 78

§

Storage = 79

§

Timestamp = 80

§

ReqAcct = 81

§

PipeAcct = 82

§

BereqAcct = 83

§

VfpAcct = 84

§

Witness = 85

§

H2RxHdr = 86

§

H2RxBody = 87

§

H2TxHdr = 88

§

H2TxBody = 89

§

HitMiss = 90

§

Filters = 91

§

SessError = 92

§

VclUse = 93

§

Notice = 94

§

VdpAcct = 95

§

ReqTarget = 96

§

Reserved = 254

§

Batch = 255

Trait Implementations§

Source§

impl Clone for VslTag

Source§

fn clone(&self) -> VslTag

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for VslTag

Source§

impl Debug for VslTag

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for VslTag

Source§

impl Hash for VslTag

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for VslTag

Source§

fn eq(&self, other: &VslTag) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl StructuralPartialEq for VslTag

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.