pub struct DbColumn {
pub ordinal: u64,
pub name: String,
}Expand description
── Metadata ───────────────────────────────────────────────────────────────
Fields§
§ordinal: u64§name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DbColumn
impl RefUnwindSafe for DbColumn
impl Send for DbColumn
impl Sync for DbColumn
impl Unpin for DbColumn
impl UnsafeUnpin for DbColumn
impl UnwindSafe for DbColumn
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