Enum dropbox_sdk::client_trait::TeamSelect [−][src]
Expand description
Used with Team Authentication to select a user context within that team.
Variants
User(String)
A team member’s user ID.
Tuple Fields of User
0: String
Admin(String)
A team admin’s user ID, which grants additional access.
Tuple Fields of Admin
0: String
Implementations
The name of the HTTP header that must be set.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TeamSelect
impl Send for TeamSelect
impl Sync for TeamSelect
impl Unpin for TeamSelect
impl UnwindSafe for TeamSelect
Blanket Implementations
Mutably borrows from an owned value. Read more