pub struct SqlTypeOpts {
pub ftype: SqlType,
pub nullable: bool,
pub lowcardinality: bool,
}
Fields§
§ftype: SqlType
§nullable: bool
§lowcardinality: bool
Trait Implementations§
Source§impl Clone for SqlTypeOpts
impl Clone for SqlTypeOpts
Source§fn clone(&self) -> SqlTypeOpts
fn clone(&self) -> SqlTypeOpts
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 moreSource§impl Debug for SqlTypeOpts
impl Debug for SqlTypeOpts
Source§impl Display for SqlTypeOpts
impl Display for SqlTypeOpts
Source§impl Hash for SqlTypeOpts
impl Hash for SqlTypeOpts
Source§impl PartialEq for SqlTypeOpts
impl PartialEq for SqlTypeOpts
impl Eq for SqlTypeOpts
impl StructuralPartialEq for SqlTypeOpts
Auto Trait Implementations§
impl Freeze for SqlTypeOpts
impl RefUnwindSafe for SqlTypeOpts
impl Send for SqlTypeOpts
impl Sync for SqlTypeOpts
impl Unpin for SqlTypeOpts
impl UnwindSafe for SqlTypeOpts
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