Skip to main content

SchemaAclItem

Type Alias SchemaAclItem 

Source
pub type SchemaAclItem = AclItem<SchemaAclPrivilege>;

Aliased Type§

pub struct SchemaAclItem {
    pub grantee: Option<SmolStr>,
    pub grantor: SmolStr,
    pub grants: Vec<Grant<SchemaAclPrivilege>>,
}

Fields§

§grantee: Option<SmolStr>

None means the grants are for public

§grantor: SmolStr

The role who granted these grants

§grants: Vec<Grant<SchemaAclPrivilege>>