#[repr(C)]pub struct SqlDataType(/* private fields */);
Implementations§
Source§impl SqlDataType
impl SqlDataType
pub fn new(kind: SqlDataTypeKind) -> Self
pub fn flags(self) -> SqlDataTypeFlags
pub fn kind(self) -> SqlDataTypeKind
Trait Implementations§
Source§impl Clone for SqlDataType
impl Clone for SqlDataType
Source§fn clone(&self) -> SqlDataType
fn clone(&self) -> SqlDataType
Returns a copy 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 SqlDataType
impl Debug for SqlDataType
Source§impl Default for SqlDataType
impl Default for SqlDataType
Source§fn default() -> SqlDataType
fn default() -> SqlDataType
Returns the “default value” for a type. Read more
Source§impl Hash for SqlDataType
impl Hash for SqlDataType
Source§impl PartialEq for SqlDataType
impl PartialEq for SqlDataType
impl Copy for SqlDataType
impl Eq for SqlDataType
impl StructuralPartialEq for SqlDataType
Auto Trait Implementations§
impl Freeze for SqlDataType
impl RefUnwindSafe for SqlDataType
impl Send for SqlDataType
impl Sync for SqlDataType
impl Unpin for SqlDataType
impl UnwindSafe for SqlDataType
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