Expand description
A buffer large enough to hold an SOLState
for diagnostics
Tuple Fields
0: [u8; 5]
Implementations
sourceimpl State
impl State
sourcepub const INVALID_STATE_TRANSACTION: State
pub const INVALID_STATE_TRANSACTION: State
Can be returned from SQLDisconnect
sourcepub const INVALID_ATTRIBUTE_VALUE: State
pub const INVALID_ATTRIBUTE_VALUE: State
Given the specified Attribute value, an invalid value was specified in ValuePtr.
sourcepub const INVALID_SQL_DATA_TYPE: State
pub const INVALID_SQL_DATA_TYPE: State
An invalid data type has been bound to a statement. Is also returned by SQLFetch if trying to fetch into a 64Bit Integer Buffer.
sourcepub fn from_chars_with_nul(code: &[SqlChar; 6]) -> Self
pub fn from_chars_with_nul(code: &[SqlChar; 6]) -> Self
Drops terminating zero and changes char type, if required
Trait Implementations
impl Copy for State
impl Eq for State
impl StructuralEq for State
impl StructuralPartialEq for State
Auto Trait Implementations
impl RefUnwindSafe for State
impl Send for State
impl Sync for State
impl Unpin for State
impl UnwindSafe for State
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more