Trait sea_orm::entity::prelude::Iden[][src]

pub trait Iden {
    fn unquoted(&self, s: &mut dyn Write);

    fn prepare(&self, s: &mut dyn Write, q: char) { ... }
fn to_string(&self) -> String { ... } }
Expand description

Identifier in query

Required methods

Provided methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementations on Foreign Types

Implementors