Enum dropbox_sdk::sharing::AlphaResolvedVisibility [−][src]
#[non_exhaustive]
pub enum AlphaResolvedVisibility {
Public,
TeamOnly,
Password,
TeamAndPassword,
SharedFolderOnly,
NoOne,
OnlyYou,
Other,
}dbx_sharing only.Expand description
check documentation for ResolvedVisibility.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Anyone who has received the link can access it. No login required.
Only members of the same team can access the link. Login is required.
A link-specific password is required to access the link. Login is not required.
Only members of the same team who have the link-specific password can access the link. Login is required.
Only members of the shared folder containing the linked file can access the link. Login is required.
The link merely points the user to the content, and does not grant any additional rights. Existing members of the content who use this link can only access the content with their pre-existing access rights. Either on the file directly, or inherited from a parent folder.
Only the current user can view this link.
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 AlphaResolvedVisibilityimpl Send for AlphaResolvedVisibilityimpl Sync for AlphaResolvedVisibilityimpl Unpin for AlphaResolvedVisibilityimpl UnwindSafe for AlphaResolvedVisibilityBlanket Implementations
Mutably borrows from an owned value. Read more