Enum dropbox_sdk::team::MembersAddLaunch [−][src]
pub enum MembersAddLaunch {
AsyncJobId(AsyncJobId),
Complete(Vec<MemberAddResult>),
}This is supported on crate feature
dbx_team only.Variants
AsyncJobId(AsyncJobId)This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Complete(Vec<MemberAddResult>)Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MembersAddLaunchimpl Send for MembersAddLaunchimpl Sync for MembersAddLaunchimpl Unpin for MembersAddLaunchimpl UnwindSafe for MembersAddLaunchBlanket Implementations
Mutably borrows from an owned value. Read more