[][src]Struct asn1rs_model::gen::sql::SqlDefGenerator

pub struct SqlDefGenerator { /* fields omitted */ }

Implementations

impl SqlDefGenerator[src]

pub fn optimize_tables_for_write_performance(self) -> Self[src]

pub const fn no_table_write_optimization(self) -> Self[src]

pub const fn wrap_primary_key_on_overflow(self) -> Self[src]

pub const fn no_wrap_of_primary_key_on_overflow(self) -> Self[src]

pub fn append_column_statement(
    target: &mut dyn Write,
    column: &Column
) -> Result<(), Error>
[src]

Trait Implementations

impl Debug for SqlDefGenerator[src]

impl Default for SqlDefGenerator[src]

impl Generator<Sql> for SqlDefGenerator[src]

type Error = Error

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.