Enum google_api_proto::google::apps::drive::activity::v2::permission::Role
source · #[repr(i32)]pub enum Role {
Unspecified = 0,
Owner = 1,
Organizer = 2,
FileOrganizer = 3,
Editor = 4,
Commenter = 5,
Viewer = 6,
PublishedViewer = 7,
}
Expand description
Variants§
Unspecified = 0
The role is not available.
Owner = 1
A role granting full access.
Organizer = 2
A role granting the ability to manage people and settings.
FileOrganizer = 3
A role granting the ability to contribute and manage content.
Editor = 4
A role granting the ability to contribute content. This role is sometimes also known as “writer”.
Commenter = 5
A role granting the ability to view and comment on content.
Viewer = 6
A role granting the ability to view content. This role is sometimes also known as “reader”.
PublishedViewer = 7
A role granting the ability to view content only after it has been published to the web. This role is sometimes also known as “published reader”. See https://support.google.com/sites/answer/6372880 for more information.
Implementations§
source§impl Role
impl Role
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Ord for Role
impl Ord for Role
source§impl PartialEq for Role
impl PartialEq for Role
source§impl PartialOrd for Role
impl PartialOrd for Role
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for Role
impl TryFrom<i32> for Role
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
impl Copy for Role
impl Eq for Role
impl StructuralPartialEq for Role
Auto Trait Implementations§
impl Freeze for Role
impl RefUnwindSafe for Role
impl Send for Role
impl Sync for Role
impl Unpin for Role
impl UnwindSafe for Role
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request