pub enum TarsTypeMark {
Show 14 variants
EnInt8 = 0,
EnInt16 = 1,
EnInt32 = 2,
EnInt64 = 3,
EnFloat = 4,
EnDouble = 5,
EnString1 = 6,
EnString4 = 7,
EnMaps = 8,
EnList = 9,
EnStructBegin = 10,
EnStructEnd = 11,
EnZero = 12,
EnSimplelist = 13,
}Variants§
EnInt8 = 0
EnInt16 = 1
EnInt32 = 2
EnInt64 = 3
EnFloat = 4
EnDouble = 5
EnString1 = 6
EnString4 = 7
EnMaps = 8
EnList = 9
EnStructBegin = 10
EnStructEnd = 11
EnZero = 12
EnSimplelist = 13
Implementations§
Trait Implementations§
Source§impl Clone for TarsTypeMark
impl Clone for TarsTypeMark
Source§fn clone(&self) -> TarsTypeMark
fn clone(&self) -> TarsTypeMark
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TarsTypeMark
impl Debug for TarsTypeMark
Source§impl From<u8> for TarsTypeMark
impl From<u8> for TarsTypeMark
Source§impl Ord for TarsTypeMark
impl Ord for TarsTypeMark
Source§fn cmp(&self, other: &TarsTypeMark) -> Ordering
fn cmp(&self, other: &TarsTypeMark) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TarsTypeMark
impl PartialEq for TarsTypeMark
Source§impl PartialOrd for TarsTypeMark
impl PartialOrd for TarsTypeMark
impl Eq for TarsTypeMark
impl StructuralPartialEq for TarsTypeMark
Auto Trait Implementations§
impl Freeze for TarsTypeMark
impl RefUnwindSafe for TarsTypeMark
impl Send for TarsTypeMark
impl Sync for TarsTypeMark
impl Unpin for TarsTypeMark
impl UnwindSafe for TarsTypeMark
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