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ยง
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementorsยง
impl IdenStatic for sea_orm::rbac::entity::permission::Column
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::resource::Column
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role::Column
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role_hierarchy::Column
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role_permission::Column
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::user_override::Column
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::user_role::Column
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::permission::Entity
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::resource::Entity
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role::Entity
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role_hierarchy::Entity
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role_permission::Entity
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::user_override::Entity
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::user_role::Entity
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::permission::PrimaryKey
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::resource::PrimaryKey
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role::PrimaryKey
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role_hierarchy::PrimaryKey
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::role_permission::PrimaryKey
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::user_override::PrimaryKey
Available on crate feature
rbac only.impl IdenStatic for sea_orm::rbac::entity::user_role::PrimaryKey
Available on crate feature
rbac only.