IUInt

Type Alias IUInt 

Source
pub type IUInt = u32;

Trait Implementations§

Source§

impl IValue for IUInt

Source§

const TY: Ty = Ty::UInt

Source§

type Inner = u32

Source§

fn is_null(&self) -> bool

Source§

fn into_value(self) -> Value

Source§

fn into_inner(self) -> Self::Inner

Source§

impl IsPrimitive for IUInt

Source§

const TY: Ty = Ty::UInt

Source§

fn is_primitive(&self) -> bool

Source§

impl IsValue for IUInt

Source§

const TY: Ty = Ty::UInt

Source§

fn is_null(&self) -> bool

Source§

fn is_primitive(&self) -> bool

Source§

fn fixed_length(&self) -> usize

Source§

fn as_timestamp(&self) -> i64

Source§

fn as_var_char(&self) -> &str

Source§

fn as_nchar(&self) -> &str

Source§

fn as_medium_blob(&self) -> &[u8]

Source§

fn as_blob(&self) -> &[u8]