pub struct OutputColumn {
pub name: String,
pub data_type: DataType,
}Expand description
Output column with resolved type.
Fields§
§name: String§data_type: DataTypeTrait Implementations§
Source§impl Clone for OutputColumn
impl Clone for OutputColumn
Source§fn clone(&self) -> OutputColumn
fn clone(&self) -> OutputColumn
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for OutputColumn
impl RefUnwindSafe for OutputColumn
impl Send for OutputColumn
impl Sync for OutputColumn
impl Unpin for OutputColumn
impl UnsafeUnpin for OutputColumn
impl UnwindSafe for OutputColumn
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