Enum dropbox_sdk::sharing::RemoveMemberJobStatus [−][src]
pub enum RemoveMemberJobStatus {
InProgress,
Complete(MemberAccessLevelResult),
Failed(RemoveFolderMemberError),
}This is supported on crate feature
dbx_sharing only.Variants
The asynchronous job is still in progress.
Complete(MemberAccessLevelResult)Removing the folder member has finished. The value is information about whether the member has another form of access.
Failed(RemoveFolderMemberError)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 RemoveMemberJobStatusimpl Send for RemoveMemberJobStatusimpl Sync for RemoveMemberJobStatusimpl Unpin for RemoveMemberJobStatusimpl UnwindSafe for RemoveMemberJobStatusBlanket Implementations
Mutably borrows from an owned value. Read more