Struct wasmcloud_interface_sqldb::Column
source · [−]Expand description
Metadata about a Column in the result set
Fields
ordinal: u32
column ordinal
name: String
Column name in the result
db_type: String
column data type as reported by the database
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Column
impl UnwindSafe for Column
Blanket Implementations
Mutably borrows from an owned value. Read more