pub trait Iden: 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§
Provided Methods§
Trait Implementations§
Implementations on Foreign Types§
Source§impl Iden for &str
The “base” impl for writing arbitrary “raw” strings as identifiers.
impl Iden for &str
The “base” impl for writing arbitrary “raw” strings as identifiers.
Reused for other string-like types.
Implementors§
impl Iden for netmito::entity::active_tasks::Column
impl Iden for netmito::entity::active_tasks::PrimaryKey
impl Iden for netmito::entity::archived_tasks::Column
impl Iden for netmito::entity::archived_tasks::PrimaryKey
impl Iden for netmito::entity::artifacts::Column
impl Iden for netmito::entity::artifacts::PrimaryKey
impl Iden for netmito::entity::attachments::Column
impl Iden for netmito::entity::attachments::PrimaryKey
impl Iden for netmito::entity::group_worker::Column
impl Iden for netmito::entity::group_worker::PrimaryKey
impl Iden for netmito::entity::groups::Column
impl Iden for netmito::entity::groups::PrimaryKey
impl Iden for netmito::entity::user_group::Column
impl Iden for netmito::entity::user_group::PrimaryKey
impl Iden for netmito::entity::users::Column
impl Iden for netmito::entity::users::PrimaryKey
impl Iden for netmito::entity::workers::Column
impl Iden for netmito::entity::workers::PrimaryKey
impl Iden for Identity
impl Iden for MySqlType
impl Iden for netmito::entity::active_tasks::Entity
impl Iden for netmito::entity::archived_tasks::Entity
impl Iden for netmito::entity::artifacts::Entity
impl Iden for netmito::entity::attachments::Entity
impl Iden for ArtifactContentTypeEnum
impl Iden for AttachmentContentTypeEnum
impl Iden for netmito::entity::group_worker::Entity
impl Iden for netmito::entity::groups::Entity
impl Iden for GroupWorkerRoleEnum
impl Iden for UserGroupRoleEnum
impl Iden for GroupStateEnum
impl Iden for TaskStateEnum
impl Iden for UserStateEnum
impl Iden for WorkerStateEnum
impl Iden for netmito::entity::user_group::Entity
impl Iden for netmito::entity::users::Entity
impl Iden for netmito::entity::workers::Entity
impl Iden for PgLTree
impl Iden for SelectA
impl Iden for SelectB
impl Iden for SelectC
impl Iden for Alias
Reuses the impl for the underlying str.