Enum mz_repr::row::Tag

source ·
#[repr(u8)]
enum Tag {
Show 91 variants Null = 0, False = 1, True = 2, Int16 = 3, Int32 = 4, Int64 = 5, UInt8 = 6, UInt32 = 7, Float32 = 8, Float64 = 9, Date = 10, Time = 11, Timestamp = 12, TimestampTz = 13, Interval = 14, BytesTiny = 15, BytesShort = 16, BytesLong = 17, BytesHuge = 18, StringTiny = 19, StringShort = 20, StringLong = 21, StringHuge = 22, Uuid = 23, Array = 24, List = 25, Dict = 26, JsonNull = 27, Dummy = 28, Numeric = 29, UInt16 = 30, UInt64 = 31, MzTimestamp = 32, Range = 33, MzAclItem = 34, AclItem = 35, CheapTimestamp = 36, CheapTimestampTz = 37, NonNegativeInt16_0 = 38, NonNegativeInt16_8 = 39, NonNegativeInt16_16 = 40, NonNegativeInt32_0 = 41, NonNegativeInt32_8 = 42, NonNegativeInt32_16 = 43, NonNegativeInt32_24 = 44, NonNegativeInt32_32 = 45, NonNegativeInt64_0 = 46, NonNegativeInt64_8 = 47, NonNegativeInt64_16 = 48, NonNegativeInt64_24 = 49, NonNegativeInt64_32 = 50, NonNegativeInt64_40 = 51, NonNegativeInt64_48 = 52, NonNegativeInt64_56 = 53, NonNegativeInt64_64 = 54, NegativeInt16_0 = 55, NegativeInt16_8 = 56, NegativeInt16_16 = 57, NegativeInt32_0 = 58, NegativeInt32_8 = 59, NegativeInt32_16 = 60, NegativeInt32_24 = 61, NegativeInt32_32 = 62, NegativeInt64_0 = 63, NegativeInt64_8 = 64, NegativeInt64_16 = 65, NegativeInt64_24 = 66, NegativeInt64_32 = 67, NegativeInt64_40 = 68, NegativeInt64_48 = 69, NegativeInt64_56 = 70, NegativeInt64_64 = 71, UInt8_0 = 72, UInt8_8 = 73, UInt16_0 = 74, UInt16_8 = 75, UInt16_16 = 76, UInt32_0 = 77, UInt32_8 = 78, UInt32_16 = 79, UInt32_24 = 80, UInt32_32 = 81, UInt64_0 = 82, UInt64_8 = 83, UInt64_16 = 84, UInt64_24 = 85, UInt64_32 = 86, UInt64_40 = 87, UInt64_48 = 88, UInt64_56 = 89, UInt64_64 = 90,
}

Variants§

§

Null = 0

§

False = 1

§

True = 2

§

Int16 = 3

§

Int32 = 4

§

Int64 = 5

§

UInt8 = 6

§

UInt32 = 7

§

Float32 = 8

§

Float64 = 9

§

Date = 10

§

Time = 11

§

Timestamp = 12

§

TimestampTz = 13

§

Interval = 14

§

BytesTiny = 15

§

BytesShort = 16

§

BytesLong = 17

§

BytesHuge = 18

§

StringTiny = 19

§

StringShort = 20

§

StringLong = 21

§

StringHuge = 22

§

Uuid = 23

§

Array = 24

§

List = 25

§

Dict = 26

§

JsonNull = 27

§

Dummy = 28

§

Numeric = 29

§

UInt16 = 30

§

UInt64 = 31

§

MzTimestamp = 32

§

Range = 33

§

MzAclItem = 34

§

AclItem = 35

§

CheapTimestamp = 36

§

CheapTimestampTz = 37

§

NonNegativeInt16_0 = 38

§

NonNegativeInt16_8 = 39

§

NonNegativeInt16_16 = 40

§

NonNegativeInt32_0 = 41

§

NonNegativeInt32_8 = 42

§

NonNegativeInt32_16 = 43

§

NonNegativeInt32_24 = 44

§

NonNegativeInt32_32 = 45

§

NonNegativeInt64_0 = 46

§

NonNegativeInt64_8 = 47

§

NonNegativeInt64_16 = 48

§

NonNegativeInt64_24 = 49

§

NonNegativeInt64_32 = 50

§

NonNegativeInt64_40 = 51

§

NonNegativeInt64_48 = 52

§

NonNegativeInt64_56 = 53

§

NonNegativeInt64_64 = 54

§

NegativeInt16_0 = 55

§

NegativeInt16_8 = 56

§

NegativeInt16_16 = 57

§

NegativeInt32_0 = 58

§

NegativeInt32_8 = 59

§

NegativeInt32_16 = 60

§

NegativeInt32_24 = 61

§

NegativeInt32_32 = 62

§

NegativeInt64_0 = 63

§

NegativeInt64_8 = 64

§

NegativeInt64_16 = 65

§

NegativeInt64_24 = 66

§

NegativeInt64_32 = 67

§

NegativeInt64_40 = 68

§

NegativeInt64_48 = 69

§

NegativeInt64_56 = 70

§

NegativeInt64_64 = 71

§

UInt8_0 = 72

§

UInt8_8 = 73

§

UInt16_0 = 74

§

UInt16_8 = 75

§

UInt16_16 = 76

§

UInt32_0 = 77

§

UInt32_8 = 78

§

UInt32_16 = 79

§

UInt32_24 = 80

§

UInt32_32 = 81

§

UInt64_0 = 82

§

UInt64_8 = 83

§

UInt64_16 = 84

§

UInt64_24 = 85

§

UInt64_32 = 86

§

UInt64_40 = 87

§

UInt64_48 = 88

§

UInt64_56 = 89

§

UInt64_64 = 90

Implementations§

Trait Implementations§

source§

impl Clone for Tag

source§

fn clone(&self) -> Tag

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for Tag

source§

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

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

impl From<Tag> for u8

source§

fn from(enum_value: Tag) -> Self

Converts to this type from the input type.
source§

impl PartialEq for Tag

source§

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

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

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

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<u8> for Tag

§

type Error = TryFromPrimitiveError<Tag>

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

fn try_from(number: u8) -> Result<Self, TryFromPrimitiveError<Self>>

Performs the conversion.
source§

impl TryFromPrimitive for Tag

§

type Primitive = u8

source§

const NAME: &'static str = "Tag"

source§

fn try_from_primitive( number: Self::Primitive ) -> Result<Self, TryFromPrimitiveError<Self>>

source§

impl Copy for Tag

source§

impl Eq for Tag

source§

impl StructuralEq for Tag

source§

impl StructuralPartialEq for Tag

Auto Trait Implementations§

§

impl RefUnwindSafe for Tag

§

impl Send for Tag

§

impl Sync for Tag

§

impl Unpin for Tag

§

impl UnwindSafe for Tag

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,

source§

fn cast_into(self) -> U

Performs the cast.
source§

impl<T> DynClone for Twhere T: Clone,

source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Checks if this value is equivalent to the given key. Read more
source§

impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> FromRef<T> for Twhere T: Clone,

source§

fn from_ref(input: &T) -> T

Converts to this type from a reference to the input type.
source§

impl<T> FutureExt for T

source§

fn with_context(self, otel_cx: Context) -> WithContext<Self>

Attaches the provided Context to this type, returning a WithContext wrapper. Read more
source§

fn with_current_context(self) -> WithContext<Self>

Attaches the current Context to this type, returning a WithContext wrapper. Read more
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere 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> IntoRequest<T> for T

source§

fn into_request(self) -> Request<T>

Wrap the input message T in a tonic::Request
source§

impl<T> Pointable for T

source§

const ALIGN: usize = _

The alignment of pointer.
§

type Init = T

The type for initializers.
source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> ProgressEventTimestamp for Twhere T: Data + Debug + Any,

source§

fn as_any(&self) -> &(dyn Any + 'static)

Upcasts this ProgressEventTimestamp to Any. Read more
source§

fn type_name(&self) -> &'static str

Returns the name of the concrete type of this object. Read more
source§

impl<P, R> ProtoType<R> for Pwhere R: RustType<P>,

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

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 Twhere U: Into<T>,

§

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 Twhere U: TryFrom<T>,

§

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.
source§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

source§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> Data for Twhere T: Clone + 'static,