Trait sea_orm::DeriveIden[][src]

pub trait DeriveIden: Send + Sync {
    fn unquoted(&self, s: &mut dyn Write);

    fn prepare(&self, s: &mut dyn Write, q: char) { ... }
fn quoted(&self, q: char) -> String { ... }
fn to_string(&self) -> String { ... } }
This is supported on crate feature macros only.
Expand description

Identifier

Required methods

Provided methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementations on Foreign Types

Implementors