Trait Iden

Source
pub trait Iden
where Self: Send + Sync,
{ // Required method fn unquoted(&self, s: &mut dyn Write); // Provided methods fn prepare(&self, s: &mut dyn Write, q: Quote) { ... } fn quoted(&self, q: Quote) -> String { ... } fn to_string(&self) -> String { ... } }
Expand description

Identifier

Required Methods§

Source

fn unquoted(&self, s: &mut dyn Write)

Provided Methods§

Source

fn prepare(&self, s: &mut dyn Write, q: Quote)

Source

fn quoted(&self, q: Quote) -> String

Source

fn to_string(&self) -> String

Trait Implementations§

Source§

impl Debug for dyn Iden

Source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§

Source§

impl Iden for MySqlType

Available on crate feature backend-mysql only.
Source§

impl Iden for PgLTree

Available on crate feature backend-postgres only.
Source§

impl Iden for Alias

Source§

impl Iden for NullAlias