Enum dropbox_sdk::sharing::FileMemberActionIndividualResult [−][src]
pub enum FileMemberActionIndividualResult {
Success(Option<AccessLevel>),
MemberError(FileMemberActionError),
}This is supported on crate feature
dbx_sharing only.Variants
Success(Option<AccessLevel>)Member was successfully removed from this file. If AccessLevel is given, the member still has access via a parent shared folder.
MemberError(FileMemberActionError)User was not able to perform this action.
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 Send for FileMemberActionIndividualResultimpl Sync for FileMemberActionIndividualResultimpl Unpin for FileMemberActionIndividualResultBlanket Implementations
Mutably borrows from an owned value. Read more