Enum dropbox_sdk::sharing::FolderAction [−][src]
#[non_exhaustive]
pub enum FolderAction {
Show 15 variants
ChangeOptions,
DisableViewerInfo,
EditContents,
EnableViewerInfo,
InviteEditor,
InviteViewer,
InviteViewerNoComment,
RelinquishMembership,
Unmount,
Unshare,
LeaveACopy,
ShareLink,
CreateLink,
SetAccessInheritance,
Other,
}dbx_sharing only.Expand description
Actions that may be taken on shared folders.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Change folder options, such as who can be invited to join the folder.
Disable viewer information for this folder.
Change or edit contents of the folder.
Enable viewer information on the folder.
Invite a user or group to join the folder with read and write permission.
Invite a user or group to join the folder with read permission.
Invite a user or group to join the folder with read permission but no comment permissions.
Relinquish one’s own membership in the folder.
Unmount the folder.
Stop sharing this folder.
Keep a copy of the contents upon leaving or being kicked from the folder.
Use create_link instead.
Create a shared link for folder.
Set whether the folder inherits permissions from its parent.
Catch-all used for unrecognized values returned from the server. Encountering this value typically indicates that this SDK version is out of date.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FolderActionimpl Send for FolderActionimpl Sync for FolderActionimpl Unpin for FolderActionimpl UnwindSafe for FolderActionBlanket Implementations
Mutably borrows from an owned value. Read more