Struct google_taskqueue1_beta2::TaskQueueAcl [−][src]
pub struct TaskQueueAcl {
pub consumer_emails: Option<Vec<String>>,
pub producer_emails: Option<Vec<String>>,
pub admin_emails: Option<Vec<String>>,
}ACLs that are applicable to this TaskQueue object.
This type is not used in any activity, and only used as part of another schema.
Fields
consumer_emails: Option<Vec<String>>
Email addresses of users who can "consume" tasks from the TaskQueue. This means they can Dequeue and Delete tasks from the queue.
producer_emails: Option<Vec<String>>
Email addresses of users who can "produce" tasks into the TaskQueue. This means they can Insert tasks into the queue.
admin_emails: Option<Vec<String>>
Email addresses of users who are "admins" of the TaskQueue. This means they can control the queue, eg set ACLs for the queue.
Trait Implementations
impl Default for TaskQueueAcl[src]
impl Default for TaskQueueAclfn default() -> TaskQueueAcl[src]
fn default() -> TaskQueueAclReturns the "default value" for a type. Read more
impl Clone for TaskQueueAcl[src]
impl Clone for TaskQueueAclfn clone(&self) -> TaskQueueAcl[src]
fn clone(&self) -> TaskQueueAclReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TaskQueueAcl[src]
impl Debug for TaskQueueAclfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for TaskQueueAcl[src]
impl NestedType for TaskQueueAclimpl Part for TaskQueueAcl[src]
impl Part for TaskQueueAclAuto Trait Implementations
impl Send for TaskQueueAcl
impl Send for TaskQueueAclimpl Sync for TaskQueueAcl
impl Sync for TaskQueueAcl