Struct odbc_sys::Nullability
source · #[repr(C)]pub struct Nullability(pub i16);Expand description
Used by SQLDescribeCol.
Tuple Fields§
§0: i16Implementations§
source§impl Nullability
impl Nullability
pub const UNKNOWN: Nullability = _
pub const NULLABLE: Nullability = _
pub const NO_NULLS: Nullability = _
Trait Implementations§
source§impl Clone for Nullability
impl Clone for Nullability
source§fn clone(&self) -> Nullability
fn clone(&self) -> Nullability
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 more