[−][src]Struct odbc_iter::odbc_type::StringUtf16
UTF-16 encoded string that can be bound as statement parameter.
Trait Implementations
impl Debug for StringUtf16[src]
impl Eq for StringUtf16[src]
impl<'_> From<&'_ str> for StringUtf16[src]
fn from(s: &str) -> StringUtf16[src]
impl From<String> for StringUtf16[src]
fn from(s: String) -> StringUtf16[src]
impl<'a> OdbcType<'a> for StringUtf16[src]
fn sql_data_type() -> SqlDataType[src]
fn c_data_type() -> SqlCDataType[src]
fn convert(buffer: &[u8]) -> Self[src]
fn column_size(&self) -> SQLULEN[src]
fn value_ptr(&self) -> SQLPOINTER[src]
fn null_bytes_count() -> usize[src]
fn decimal_digits(&self) -> i16[src]
impl PartialEq<StringUtf16> for StringUtf16[src]
fn eq(&self, other: &StringUtf16) -> bool[src]
fn ne(&self, other: &StringUtf16) -> bool[src]
impl StructuralEq for StringUtf16[src]
impl StructuralPartialEq for StringUtf16[src]
Auto Trait Implementations
impl RefUnwindSafe for StringUtf16
impl Send for StringUtf16
impl Sync for StringUtf16
impl Unpin for StringUtf16
impl UnwindSafe for StringUtf16
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<'a, T> Output<'a> for T where
T: OdbcType<'a>, [src]
T: OdbcType<'a>,
fn get_data(
stmt: &mut Raii<Stmt>,
col_or_param_num: u16,
buffer: &'a mut Vec<u8>
) -> Return<Option<T>>[src]
stmt: &mut Raii<Stmt>,
col_or_param_num: u16,
buffer: &'a mut Vec<u8>
) -> Return<Option<T>>
impl<T> ToErrorNoContext<T> for T[src]
fn to_root_cause(self) -> ErrorNoContext<T>[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.