[−][src]Struct format_sql_query::ColumnSchema
Represents table column name.
Trait Implementations
impl<'i, D: Clone + Dialect> Clone for ColumnSchema<'i, D>
[src]
fn clone(&self) -> ColumnSchema<'i, D>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'i, D: Copy + Dialect> Copy for ColumnSchema<'i, D>
[src]
impl<'i, D: Debug + Dialect> Debug for ColumnSchema<'i, D>
[src]
impl<'_, D: Dialect> Display for ColumnSchema<'_, D>
[src]
impl<'i, D, C> From<(C, ColumnType<D>)> for ColumnSchema<'i, D> where
D: Dialect,
C: Into<Column<'i>>,
[src]
D: Dialect,
C: Into<Column<'i>>,
fn from((column_name, column_type): (C, ColumnType<D>)) -> ColumnSchema<'i, D>
[src]
impl<'i, D: PartialEq + Dialect> PartialEq<ColumnSchema<'i, D>> for ColumnSchema<'i, D>
[src]
fn eq(&self, other: &ColumnSchema<'i, D>) -> bool
[src]
fn ne(&self, other: &ColumnSchema<'i, D>) -> bool
[src]
impl<'i, D: Dialect> StructuralPartialEq for ColumnSchema<'i, D>
[src]
Auto Trait Implementations
impl<'i, D> RefUnwindSafe for ColumnSchema<'i, D> where
D: RefUnwindSafe,
D: RefUnwindSafe,
impl<'i, D> Send for ColumnSchema<'i, D> where
D: Send,
D: Send,
impl<'i, D> Sync for ColumnSchema<'i, D> where
D: Sync,
D: Sync,
impl<'i, D> Unpin for ColumnSchema<'i, D> where
D: Unpin,
D: Unpin,
impl<'i, D> UnwindSafe for ColumnSchema<'i, D> where
D: UnwindSafe,
D: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,