Enum dropbox_sdk::team::GroupAccessType
source · [−]pub enum GroupAccessType {
Member,
Owner,
}Available on crate feature
dbx_team only.Expand description
Role of a user in group.
Variants
Member
User is a member of the group, but has no special permissions.
Owner
User can rename the group, and add/remove members.
Trait Implementations
sourceimpl Clone for GroupAccessType
impl Clone for GroupAccessType
sourcefn clone(&self) -> GroupAccessType
fn clone(&self) -> GroupAccessType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GroupAccessType
impl Debug for GroupAccessType
sourceimpl<'de> Deserialize<'de> for GroupAccessType
impl<'de> Deserialize<'de> for GroupAccessType
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<GroupAccessType> for GroupAccessType
impl PartialEq<GroupAccessType> for GroupAccessType
sourceimpl Serialize for GroupAccessType
impl Serialize for GroupAccessType
impl Eq for GroupAccessType
impl StructuralEq for GroupAccessType
impl StructuralPartialEq for GroupAccessType
Auto Trait Implementations
impl RefUnwindSafe for GroupAccessType
impl Send for GroupAccessType
impl Sync for GroupAccessType
impl Unpin for GroupAccessType
impl UnwindSafe for GroupAccessType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more