pub type PbGrantPrivilegeRequest = GrantPrivilegeRequest;Aliased Type§
pub struct PbGrantPrivilegeRequest {
pub user_ids: Vec<TypedId<17, u32>>,
pub privileges: Vec<GrantPrivilege>,
pub with_grant_option: bool,
pub granted_by: TypedId<17, u32>,
}Fields§
§user_ids: Vec<TypedId<17, u32>>§privileges: Vec<GrantPrivilege>§with_grant_option: bool§granted_by: TypedId<17, u32>