Skip to main content

IdenStatic

Trait IdenStatic 

Source
pub trait IdenStatic:
    Iden
    + Copy
    + Debug
    + 'static {
    // Required method
    fn as_str(&self) -> &'static str;
}
Expand description

An identifier (table or column name) that can be borrowed as a &'static str.

Required Methodsยง

Source

fn as_str(&self) -> &'static str

The static SQL identifier this value represents.

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementorsยง

Sourceยง

impl IdenStatic for sea_orm::rbac::entity::permission::Column

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::resource::Column

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role::Column

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role_hierarchy::Column

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role_permission::Column

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::user_override::Column

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::user_role::Column

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::permission::Entity

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::resource::Entity

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role::Entity

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role_hierarchy::Entity

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role_permission::Entity

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::user_override::Entity

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::user_role::Entity

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::permission::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::resource::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role_hierarchy::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::role_permission::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::user_override::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for sea_orm::rbac::entity::user_role::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for SelectA

Sourceยง

impl IdenStatic for SelectB

Sourceยง

impl IdenStatic for SelectC