[][src]Struct sqlany_extfnapi::SqlDataType

#[repr(C)]pub struct SqlDataType(_);

Implementations

impl SqlDataType[src]

pub fn new(kind: SqlDataTypeKind) -> Self[src]

pub fn flags(self) -> SqlDataTypeFlags[src]

pub fn kind(self) -> SqlDataTypeKind[src]

Trait Implementations

impl Clone for SqlDataType[src]

impl Copy for SqlDataType[src]

impl Debug for SqlDataType[src]

impl Default for SqlDataType[src]

impl Eq for SqlDataType[src]

impl Hash for SqlDataType[src]

impl PartialEq<SqlDataType> for SqlDataType[src]

impl StructuralEq for SqlDataType[src]

impl StructuralPartialEq for SqlDataType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.