Enum tinystr::asciibyte::AsciiByte

source ·
#[repr(u8)]
pub enum AsciiByte {
Show 128 variants B0 = 0, B1 = 1, B2 = 2, B3 = 3, B4 = 4, B5 = 5, B6 = 6, B7 = 7, B8 = 8, B9 = 9, B10 = 10, B11 = 11, B12 = 12, B13 = 13, B14 = 14, B15 = 15, B16 = 16, B17 = 17, B18 = 18, B19 = 19, B20 = 20, B21 = 21, B22 = 22, B23 = 23, B24 = 24, B25 = 25, B26 = 26, B27 = 27, B28 = 28, B29 = 29, B30 = 30, B31 = 31, B32 = 32, B33 = 33, B34 = 34, B35 = 35, B36 = 36, B37 = 37, B38 = 38, B39 = 39, B40 = 40, B41 = 41, B42 = 42, B43 = 43, B44 = 44, B45 = 45, B46 = 46, B47 = 47, B48 = 48, B49 = 49, B50 = 50, B51 = 51, B52 = 52, B53 = 53, B54 = 54, B55 = 55, B56 = 56, B57 = 57, B58 = 58, B59 = 59, B60 = 60, B61 = 61, B62 = 62, B63 = 63, B64 = 64, B65 = 65, B66 = 66, B67 = 67, B68 = 68, B69 = 69, B70 = 70, B71 = 71, B72 = 72, B73 = 73, B74 = 74, B75 = 75, B76 = 76, B77 = 77, B78 = 78, B79 = 79, B80 = 80, B81 = 81, B82 = 82, B83 = 83, B84 = 84, B85 = 85, B86 = 86, B87 = 87, B88 = 88, B89 = 89, B90 = 90, B91 = 91, B92 = 92, B93 = 93, B94 = 94, B95 = 95, B96 = 96, B97 = 97, B98 = 98, B99 = 99, B100 = 100, B101 = 101, B102 = 102, B103 = 103, B104 = 104, B105 = 105, B106 = 106, B107 = 107, B108 = 108, B109 = 109, B110 = 110, B111 = 111, B112 = 112, B113 = 113, B114 = 114, B115 = 115, B116 = 116, B117 = 117, B118 = 118, B119 = 119, B120 = 120, B121 = 121, B122 = 122, B123 = 123, B124 = 124, B125 = 125, B126 = 126, B127 = 127,
}

Variants§

§

B0 = 0

§

B1 = 1

§

B2 = 2

§

B3 = 3

§

B4 = 4

§

B5 = 5

§

B6 = 6

§

B7 = 7

§

B8 = 8

§

B9 = 9

§

B10 = 10

§

B11 = 11

§

B12 = 12

§

B13 = 13

§

B14 = 14

§

B15 = 15

§

B16 = 16

§

B17 = 17

§

B18 = 18

§

B19 = 19

§

B20 = 20

§

B21 = 21

§

B22 = 22

§

B23 = 23

§

B24 = 24

§

B25 = 25

§

B26 = 26

§

B27 = 27

§

B28 = 28

§

B29 = 29

§

B30 = 30

§

B31 = 31

§

B32 = 32

§

B33 = 33

§

B34 = 34

§

B35 = 35

§

B36 = 36

§

B37 = 37

§

B38 = 38

§

B39 = 39

§

B40 = 40

§

B41 = 41

§

B42 = 42

§

B43 = 43

§

B44 = 44

§

B45 = 45

§

B46 = 46

§

B47 = 47

§

B48 = 48

§

B49 = 49

§

B50 = 50

§

B51 = 51

§

B52 = 52

§

B53 = 53

§

B54 = 54

§

B55 = 55

§

B56 = 56

§

B57 = 57

§

B58 = 58

§

B59 = 59

§

B60 = 60

§

B61 = 61

§

B62 = 62

§

B63 = 63

§

B64 = 64

§

B65 = 65

§

B66 = 66

§

B67 = 67

§

B68 = 68

§

B69 = 69

§

B70 = 70

§

B71 = 71

§

B72 = 72

§

B73 = 73

§

B74 = 74

§

B75 = 75

§

B76 = 76

§

B77 = 77

§

B78 = 78

§

B79 = 79

§

B80 = 80

§

B81 = 81

§

B82 = 82

§

B83 = 83

§

B84 = 84

§

B85 = 85

§

B86 = 86

§

B87 = 87

§

B88 = 88

§

B89 = 89

§

B90 = 90

§

B91 = 91

§

B92 = 92

§

B93 = 93

§

B94 = 94

§

B95 = 95

§

B96 = 96

§

B97 = 97

§

B98 = 98

§

B99 = 99

§

B100 = 100

§

B101 = 101

§

B102 = 102

§

B103 = 103

§

B104 = 104

§

B105 = 105

§

B106 = 106

§

B107 = 107

§

B108 = 108

§

B109 = 109

§

B110 = 110

§

B111 = 111

§

B112 = 112

§

B113 = 113

§

B114 = 114

§

B115 = 115

§

B116 = 116

§

B117 = 117

§

B118 = 118

§

B119 = 119

§

B120 = 120

§

B121 = 121

§

B122 = 122

§

B123 = 123

§

B124 = 124

§

B125 = 125

§

B126 = 126

§

B127 = 127

Implementations§

source§

impl AsciiByte

source

pub const unsafe fn to_ascii_byte_array<const N: usize>( bytes: &[u8; N], ) -> [AsciiByte; N]

Trait Implementations§

source§

impl Clone for AsciiByte

source§

fn clone(&self) -> AsciiByte

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 Hash for AsciiByte

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 Ord for AsciiByte

source§

fn cmp(&self, other: &AsciiByte) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized + PartialOrd,

Restrict a value to a certain interval. Read more
source§

impl PartialEq for AsciiByte

source§

fn eq(&self, other: &AsciiByte) -> 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 PartialOrd for AsciiByte

source§

fn partial_cmp(&self, other: &AsciiByte) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

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

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

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

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

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

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

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

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for AsciiByte

source§

impl Eq for AsciiByte

source§

impl StructuralPartialEq for AsciiByte

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> 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,

§

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>,

§

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>,

§

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<T> ErasedDestructor for T
where T: 'static,