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