#[repr(i32)]pub enum SqlAttributeStringLength {
SQL_IS_POINTER = -4,
SQL_IS_UINTEGER = -5,
SQL_IS_INTEGER = -6,
SQL_IS_USMALLINT = -7,
SQL_IS_SMALLINT = -8,
}
Variants§
SQL_IS_POINTER = -4
SQL_IS_UINTEGER = -5
SQL_IS_INTEGER = -6
SQL_IS_USMALLINT = -7
SQL_IS_SMALLINT = -8
Trait Implementations§
Source§impl Clone for SqlAttributeStringLength
impl Clone for SqlAttributeStringLength
Source§fn clone(&self) -> SqlAttributeStringLength
fn clone(&self) -> SqlAttributeStringLength
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 SqlAttributeStringLength
impl Debug for SqlAttributeStringLength
Source§impl PartialEq for SqlAttributeStringLength
impl PartialEq for SqlAttributeStringLength
impl Copy for SqlAttributeStringLength
impl Eq for SqlAttributeStringLength
impl StructuralPartialEq for SqlAttributeStringLength
Auto Trait Implementations§
impl Freeze for SqlAttributeStringLength
impl RefUnwindSafe for SqlAttributeStringLength
impl Send for SqlAttributeStringLength
impl Sync for SqlAttributeStringLength
impl Unpin for SqlAttributeStringLength
impl UnwindSafe for SqlAttributeStringLength
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