Enum dropbox_sdk::sharing::FileAction [−][src]
#[non_exhaustive]
pub enum FileAction {
Show 13 variants
DisableViewerInfo,
EditContents,
EnableViewerInfo,
InviteViewer,
InviteViewerNoComment,
InviteEditor,
Unshare,
RelinquishMembership,
ShareLink,
CreateLink,
CreateViewLink,
CreateEditLink,
Other,
}dbx_sharing only.Expand description
Sharing actions that may be taken on files.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Disable viewer information on the file.
Change or edit contents of the file.
Enable viewer information on the file.
Add a member with view permissions.
Add a member with view permissions but no comment permissions.
Add a member with edit permissions.
Stop sharing this file.
Relinquish one’s own membership to the file.
Use create_view_link and create_edit_link instead.
Use create_view_link and create_edit_link instead.
Create a shared link to a file that only allows users to view the content.
Create a shared link to a file that allows users to edit the content.
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 FileActionimpl Send for FileActionimpl Sync for FileActionimpl Unpin for FileActionimpl UnwindSafe for FileActionBlanket Implementations
Mutably borrows from an owned value. Read more