IdenStatic

Trait IdenStatic 

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

Ensure the identifier for an Entity can be converted to a static str

Required Methodsยง

Source

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

Method to call to get the static string identity

Dyn Compatibilityยง

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

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::permission::PrimaryKey

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::resource::PrimaryKey

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::PrimaryKey

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_hierarchy::PrimaryKey

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::role_permission::PrimaryKey

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_override::PrimaryKey

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::user_role::PrimaryKey

Available on crate feature rbac only.
Sourceยง

impl IdenStatic for SelectA

Sourceยง

impl IdenStatic for SelectB

Sourceยง

impl IdenStatic for SelectC

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.